mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Previously an invocation like
elfctl -e +feature1,feature2 file1 file2
would set both feature flags in file 1 but only feature1 in file2 (due
to the string being modified by strsep()).
Reported by: jrm
Tested by: jrm
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34283
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| elfctl.1 | ||
| elfctl.c | ||
| Makefile | ||