CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/27 03:39:25

Modified files:
        usr.sbin/bgplgd: bgplgd.c 

Log message:
Add a "--" argv to the execvp of bgpctl for portable.

GNU libc has this stupid behaviour of allowing options in any order
and so one needs to terminate the option parsing to be sure none of
the later user supplied arguments could be interpreted as an option.

Reported by 7Asecurity
OK tb@

Reply via email to