]> git.ipfire.org Git - thirdparty/glibc.git/commit
* io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 May 2006 06:39:15 +0000 (06:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 May 2006 06:39:15 +0000 (06:39 +0000)
commit400cc70af5972a50618702da02d18aee845ce542
tree5aec81730804ff70928434f12d9ffa3dc0954c13
parent51e5926049360b991d71862e33a97fe1ead4d9a6
* io/ftw.c (open_dir_stream): Return right away if REALLOC fails.

[Coverity CID 229, 230]

* argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
DGETTEXT calls.
(hol_help): Likewise.  [Coverity CID 226, 227]

* string/argz-replace.c (__argz_replace): Unconditionally call
free on SRC.  [Coverity CID 225]

* nis/nis_creategroup.c (nis_creategroup): No need to duplicate
the return value of __nis_default_owner and __nis_default_group,
it has been especially allocated.  [Coverity CID 224]
ChangeLog
argp/argp-help.c
io/ftw.c
nis/nis_creategroup.c
string/argz-replace.c