diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-10 07:58:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-10 07:58:39 +0000 |
commit | ecf359c68b2baf1bd76f8c5ff132b8c1a256056b (patch) | |
tree | 9486b342395098b2f4412704bd3726c973edbec8 /ChangeLog | |
parent | 400cc70af5972a50618702da02d18aee845ce542 (diff) | |
download | glibc-ecf359c68b2baf1bd76f8c5ff132b8c1a256056b.tar glibc-ecf359c68b2baf1bd76f8c5ff132b8c1a256056b.tar.gz glibc-ecf359c68b2baf1bd76f8c5ff132b8c1a256056b.tar.bz2 glibc-ecf359c68b2baf1bd76f8c5ff132b8c1a256056b.zip |
* posix/wordexp.c: Remove numerous NULL pointer tests before FREE
calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-05-09 Ulrich Drepper <drepper@redhat.com> + * posix/wordexp.c: Remove numerous NULL pointer tests before FREE + calls. + * io/ftw.c (open_dir_stream): Return right away if REALLOC fails. [Coverity CID 229, 230] |