diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-12-22 17:24:44 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2013-01-03 11:18:04 +0100 |
commit | 2f5f40f465c5c1af651727e756fd007fd11f2236 (patch) | |
tree | ad9f3b9459925b440ec1537ecba5fc5286c8d323 /ChangeLog | |
parent | 4056f4a03a524c94bdd02515e855043c8bb041d2 (diff) | |
download | glibc-2f5f40f465c5c1af651727e756fd007fd11f2236.tar glibc-2f5f40f465c5c1af651727e756fd007fd11f2236.tar.gz glibc-2f5f40f465c5c1af651727e756fd007fd11f2236.tar.bz2 glibc-2f5f40f465c5c1af651727e756fd007fd11f2236.zip |
mtrace: properly handle realloc (p, 0)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-01-03 Andreas Schwab <schwab@linux-m68k.org> + + [BZ #14981] + * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when + size is zero, record memory as freed. + 2013-01-03 Andreas Jaeger <aj@suse.de> * po/ia.po: Add new Interlingua translation. |