about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-02-12 13:51:43 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-12 13:51:43 +0100
commitb3fbfe81961a1d14d7b54d1c9757e1f487073bcb (patch)
tree6c6936c6643def23f66c741ad504ac375a1223e5 /ChangeLog
parent3b856d093f5197637a5927c37d6c07dad8c86d45 (diff)
downloadglibc-b3fbfe81961a1d14d7b54d1c9757e1f487073bcb.tar.gz
glibc-b3fbfe81961a1d14d7b54d1c9757e1f487073bcb.tar.xz
glibc-b3fbfe81961a1d14d7b54d1c9757e1f487073bcb.zip
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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 110760ea94..46c219839b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]