[Bug 232950] execle in FreeBSD work differ than execle in Linux ?
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Mar 2022 17:45:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232950 Cameron Katri <me@cameronkatri.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me@cameronkatri.com --- Comment #2 from Cameron Katri <me@cameronkatri.com> --- The issue is that you are specifying both -h and -r which are incompatible in the first example. In the second example, argv[0] is being set to -h and is not being parsed as an argument, allowing -r to work. -- You are receiving this mail because: You are the assignee for the bug.