diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2013-03-05 13:44:33 -0800 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2013-03-05 13:44:33 -0800 |
commit | cdcf361fda31ec8b3e93e89d5aa26ee5b68f8867 (patch) | |
tree | 194bbdc639036865a86266dad0f93320167ec81a /ChangeLog | |
parent | 72a3b700c592d39e0e76cd75b2c5ff483e70e083 (diff) | |
download | glibc-cdcf361fda31ec8b3e93e89d5aa26ee5b68f8867.tar glibc-cdcf361fda31ec8b3e93e89d5aa26ee5b68f8867.tar.gz glibc-cdcf361fda31ec8b3e93e89d5aa26ee5b68f8867.tar.bz2 glibc-cdcf361fda31ec8b3e93e89d5aa26ee5b68f8867.zip |
* stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
call free(NULL).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,8 +1,13 @@ +2013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com> + + * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't + call free(NULL). + 2013-03-05 David S. Miller <davem@davemloft.net> * po/es.po: Update from translation team. -2013-03-04 Andreas Jaeger <aj@suse.de> +2013-03-05 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. |