aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-11-12 03:51:28 -0500
committerAndreas Schwab <schwab@redhat.com>2010-12-01 15:35:18 +0100
commit8cef0b4a129dba0b4cc93073b423cca270ed9cbb (patch)
treee11d8fab14c7ac3467a82d16f1de49cac1744b2c /ChangeLog
parentf925c225e4c523c00decc78ad023feb29c533d84 (diff)
downloadglibc-8cef0b4a129dba0b4cc93073b423cca270ed9cbb.tar.xz
glibc-8cef0b4a129dba0b4cc93073b423cca270ed9cbb.zip
Fix memory leak in fnmatch
(cherry picked from commit 3540d66b669af54900b2e4bfc0ab82960e84a471)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e9e59fbe8..8bb1b600b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-11 Andreas Schwab <schwab@redhat.com>
+
+ * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
+ * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
+ (tst-fnmatch-ENV): Set MALLOC_TRACE.
+ ($(objpfx)tst-fnmatch-mem): New rule.
+ (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
+ * posix/tst-fnmatch.c (main): Call mtrace.
+
2010-08-09 Ulrich Drepper <drepper@redhat.com>
[BZ #11883]