diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2014-06-20 12:41:27 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2014-06-20 14:03:40 +0200 |
commit | aa6ec754f3b4b1df81d186480c534b6486a1e6ee (patch) | |
tree | f46a9bdaa0362bdee62d66054fb634f444227188 /ChangeLog | |
parent | 7892406e3591be24e64c12dbf7aa8ef5352d0dbc (diff) | |
download | glibc-aa6ec754f3b4b1df81d186480c534b6486a1e6ee.tar.gz |
Fix another memory leak in regexp compiler (BZ #17069)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-06-20 Andreas Schwab <schwab@linux-m68k.org> + + [BZ #17069] + * posix/regcomp.c (parse_reg_exp): Deallocate partially + constructed tree before returning error. + * posix/bug-regexp36.c: Expand test case. + 2014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com> [BZ #6803] |