diff options
author | Bruno Haible <bruno@clisp.org> | 2009-12-09 08:30:38 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-09 08:30:38 -0800 |
commit | 4940d71bef654affc617dcd9eb48b424646a1045 (patch) | |
tree | 7df83e6054fdb9898a8c1fa0b37b48c3432f2728 /ChangeLog | |
parent | ee1a7fabb4e0abd3e73e828ce326dcb5fd38b874 (diff) | |
download | glibc-4940d71bef654affc617dcd9eb48b424646a1045.tar.gz glibc-4940d71bef654affc617dcd9eb48b424646a1045.tar.xz glibc-4940d71bef654affc617dcd9eb48b424646a1045.zip |
Add more warnings to exec functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 59e4b19241..799448f6d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2009-12-08 Ulrich Drepper <drepper@redhat.com> +2009-11-05 Bruno Haible <bruno@clisp.org> + + [BZ #11056] + * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the + argv argument as non-NULL. + (execle, execl, execlp): Mark the first ARG argument as non-NULL. + +-2009-12-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare recvmmsg. |