diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-11 22:16:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-11 22:16:50 +0000 |
commit | 68b68cb3a475ed999d150376c32a30ed97bd6fe9 (patch) | |
tree | 7fc4fd1cbc7dd0d6aa6c1fc25315b139333faa2e /ChangeLog | |
parent | 0d35c2426d7a2682631da0433299e1c912f0ccfa (diff) | |
download | glibc-68b68cb3a475ed999d150376c32a30ed97bd6fe9.zip glibc-68b68cb3a475ed999d150376c32a30ed97bd6fe9.tar.gz glibc-68b68cb3a475ed999d150376c32a30ed97bd6fe9.tar.bz2 |
* sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
strncmp, keeps the code smaller for a non-performance-critical case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-09-11 Roland McGrath <roland@redhat.com> + * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without + strncmp, keeps the code smaller for a non-performance-critical case. + * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp, no longer wrongly matches arbitrary prefixes of NAME. Reported by Jakub Jelinek <jakub@redhat.com>. |