Fix possibly uninitilized variable handling.
commitad3d3e8f20c95aae9d26970c169bca6f48072681
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Apr 2010 00:12:42 +0000 (8 17:12 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Apr 2010 00:12:42 +0000 (8 17:12 -0700)
treed7c5a1a2fac3eba86ce79158ea1ef0956a5e000d
parent59d9f1d6983fc9b606a1f9214fb817efe3d6cff8
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.
ChangeLog
malloc/malloc.c