diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-09 18:33:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-09 18:33:36 +0000 |
commit | e17f8b6119eb64d126422eda8a18d577cbdc9976 (patch) | |
tree | 420d90c088e34223e18c9dc838264785555aab9e /ChangeLog | |
parent | 616340ca428df8879afb1fcb8771d4e4050ff1e2 (diff) | |
download | glibc-e17f8b6119eb64d126422eda8a18d577cbdc9976.tar.gz glibc-e17f8b6119eb64d126422eda8a18d577cbdc9976.tar.xz glibc-e17f8b6119eb64d126422eda8a18d577cbdc9976.zip |
* sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
NULL, "" or contains '=' character in it. Reported by Michael T Kerrisk <mtk-lists@gmx.net>. * stdlib/tst-environ.c: Include errno.h. (main): Add tests for these arguments to setenv/unsetenv.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f3715f17e3..46fcd8de87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-06-09 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is + NULL, "" or contains '=' character in it. Reported by + Michael T Kerrisk <mtk-lists@gmx.net>. + * stdlib/tst-environ.c: Include errno.h. + (main): Add tests for these arguments to setenv/unsetenv. + 2004-06-07 Roland McGrath <roland@frob.com> * NEWS: Update bug reporting instructions. Fix some typos. |