From: Todd C. Miller Date: Mon, 28 Feb 1994 05:28:45 +0000 (+0000) Subject: corrected X-Git-Tag: SUDO_1_3_1~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f004574c9d9c657a6c66386de2d291c3b736624;p=sudo corrected --- diff --git a/CHANGES b/CHANGES index 1d7f73c5c..14260c4f0 100644 --- a/CHANGES +++ b/CHANGES @@ -62,7 +62,7 @@ CHANGES between sudo 1.2 (unofficial version) I think that the broken scripts should be fixed rather than changing sudo, but vendors will be broken. Sigh. -21) Added USE_EXECVE define so you can make sudo use execve() if you +21) Added USE_EXECV define so you can make sudo use execv() if you want. Using execvp() shouldn't be a problem since it is always handed a non-relative path that begins with '/' but some people may not trust execvp().