diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-03 13:33:13 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-03 13:33:13 -0700 |
commit | f2976023940a8ef3bbe0c7e593897e1b612370f1 (patch) | |
tree | 3700c0bc494047f4720cefc930119c704a9c09e8 /ChangeLog | |
parent | 49bd556d43f55d0bb6d76d57e846af85f0c986c9 (diff) | |
download | glibc-f2976023940a8ef3bbe0c7e593897e1b612370f1.zip glibc-f2976023940a8ef3bbe0c7e593897e1b612370f1.tar.gz glibc-f2976023940a8ef3bbe0c7e593897e1b612370f1.tar.bz2 |
Simplify OOM handling in ldconfig.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2010-05-03 Ulrich Drepper <drepper@redhat.com> + * elf/chroot_canon.c (chroot_canon): Use xmalloc and xrealloc. + * elf/ldconfig.c (parse_conf_include): Don't fall back to directories named in config file outside the chroot. |