diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-09-16 09:16:11 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-09-16 09:16:11 -0700 |
commit | 560b04462f899e76a0062ec89422caa6e94fd67f (patch) | |
tree | 00c0a46a7eb71c9443bbe77bd2dcff14c091e9cf /ChangeLog | |
parent | 1f60740e5f03823a557d1543cf08880a11d719de (diff) | |
download | glibc-560b04462f899e76a0062ec89422caa6e94fd67f.zip glibc-560b04462f899e76a0062ec89422caa6e94fd67f.tar.gz glibc-560b04462f899e76a0062ec89422caa6e94fd67f.tar.bz2 |
Fix BZ #18872 -- memory leak in printf_positional.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-09-16 Paul Eggert <eggert@cs.ucla.edu> + Paul Pluzhnikov <ppluzhnikov@google.com> + + [BZ #18872] + * stdio-common/Makefile (tst-printf-bz18872): New test. + (tst-printf-bz18872-mem.out): Likewise. + * stdio-common/tst-printf-bz18872.sh: Generate new test. + * stdio-common/vfprintf.c: Fix memory leaks. + 2015-09-16 Andreas Schwab <schwab@suse.de> [BZ #17244] |