aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-11 22:16:50 +0000
committerRoland McGrath <roland@gnu.org>2002-09-11 22:16:50 +0000
commit68b68cb3a475ed999d150376c32a30ed97bd6fe9 (patch)
tree7fc4fd1cbc7dd0d6aa6c1fc25315b139333faa2e /ChangeLog
parent0d35c2426d7a2682631da0433299e1c912f0ccfa (diff)
downloadglibc-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 828b537..5d6a1cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.