Files
fwknop/server
Pierre Pronchery 0b475ec7b3 Use execvp() instead of execvpe()
execvp() is (usually) equivalent to execvpe(), without enforcing any
change to the environment. However, unlike execvp(), execvpe() is not
standardized by POSIX, and may therefore not be available nor detected
when configuring the project (like on NetBSD).

No place could be found in fwknop to be using execvpe() and changing the
environment. Therefore it seems only logical (and safer) to use execvp()
instead.

This also updates the tests to reflect this change.
2018-08-06 12:04:45 +02:00
..
2018-07-17 16:45:46 +02:00
2018-08-06 12:04:45 +02:00
2018-08-06 12:04:45 +02:00
2016-01-01 02:09:59 +00:00
2016-01-01 02:09:59 +00:00
2016-05-27 23:15:39 -07:00
2016-01-01 02:09:59 +00:00
2016-01-01 02:09:59 +00:00