diff options
author | Alexandra Hájková <ahajkova@redhat.com> | 2019-05-09 13:51:40 +0200 |
---|---|---|
committer | Alexandra Hájková <ahajkova@redhat.com> | 2019-05-23 11:49:44 +0200 |
commit | 481c30cb9573a280649fbf27251e6a0f4af1b2b1 (patch) | |
tree | 64ece1a10542c4cba311ec77c0ff0b4922c07b7f /ChangeLog | |
parent | cb755eede7abad9515d2194313ae3f9e1011791d (diff) | |
download | glibc-481c30cb9573a280649fbf27251e6a0f4af1b2b1.tar.gz glibc-481c30cb9573a280649fbf27251e6a0f4af1b2b1.tar.xz glibc-481c30cb9573a280649fbf27251e6a0f4af1b2b1.zip |
elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]
This test corrupts /var/cache/ldconfig/aux-cache and executes ldconfig to check it will not segfault using the corrupted aux_cache. The test uses the test-in-container framework. Verified no regressions on x86_64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e0a724854d..8ea94b6eb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-05-23 Alexandra Hajkova <ahajkova@redhat.com> + + * elf/Makefile (test-container): Add tst-ldconfig-bad-aux-cache. + * elf/tst-ldconfig-bad-aux-cache.c: New file. + * elf/tst-ldconfig_aux-cache.root: New directory. + * elf/tst-ldconfig-bad-aux-cache.root/postclean.req: New file. + * elf/tst-ldconfig-bad-aux-cache.root/etc: New directory. + * elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf: New file. + 2019-05-22 Zack Weinberg <zackw@panix.com> * sysdeps/powerpc/preconfigure: Error out on powerpc-*-*gnuspe* |