diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-02-12 13:51:43 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-12 13:51:43 +0100 |
commit | b3fbfe81961a1d14d7b54d1c9757e1f487073bcb (patch) | |
tree | 6c6936c6643def23f66c741ad504ac375a1223e5 /ChangeLog | |
parent | 3b856d093f5197637a5927c37d6c07dad8c86d45 (diff) | |
download | glibc-b3fbfe81961a1d14d7b54d1c9757e1f487073bcb.zip glibc-b3fbfe81961a1d14d7b54d1c9757e1f487073bcb.tar.gz glibc-b3fbfe81961a1d14d7b54d1c9757e1f487073bcb.tar.bz2 |
elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]
This includes the original test case from commit
8e889c5da3c5981c5a46a93fec02de40131ac5a6 ("elf: Fix LD_AUDIT for
modules with invalid version (BZ#24122)).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2019-02-12 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + [BZ #24122] + * elf/Makefile (tests): Add tst-audit13. + (modules-names): Add tst-audit13mod1. + (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New + rule. + * elf/tst-audit13.c: New file. + * elf/tst-audit13mod1.c: Likewise. + 2019-02-12 Florian Weimer <fweimer@redhat.com> [BZ #24122] |