From 68b68cb3a475ed999d150376c32a30ed97bd6fe9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Sep 2002 22:16:50 +0000 Subject: * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without strncmp, keeps the code smaller for a non-performance-critical case. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 828b537452..5d6a1cb6e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-09-11 Roland McGrath + * 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 . -- cgit v1.2.1