diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 17:12:42 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 17:12:42 -0700 |
commit | ad3d3e8f20c95aae9d26970c169bca6f48072681 (patch) | |
tree | d7c5a1a2fac3eba86ce79158ea1ef0956a5e000d /ChangeLog | |
parent | 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8 (diff) | |
download | glibc-ad3d3e8f20c95aae9d26970c169bca6f48072681.tar.gz glibc-ad3d3e8f20c95aae9d26970c169bca6f48072681.tar.xz glibc-ad3d3e8f20c95aae9d26970c169bca6f48072681.zip |
Fix possibly uninitilized variable handling.
If malloc errors are ignored (which say aren't by default and never should be) malloc in the old, slow form might use an uninitialized variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c35f5ff1a4..9d837772b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-08 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c (_int_malloc): Return NULL if printing error message + returns. + 2010-03-30 Daniel Jacobowitz <dan@codesourcery.com> * Makeconfig (+common-includes): Define. |