From 798212a01311491d5e14fcda687460b75f8ca286 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Wed, 12 Mar 2014 15:58:39 -0700 Subject: 2014-03-12 Paul Pluzhnikov [BZ #16381] * elf/Makefile (tests): Add tst-pie2. (tests-pie): Add tst-pie2. * elf/tst-pie2.c: New file. * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type for ET_EXEC. * elf/rtld.c (map_doit): Load executable as lt_executable. (dl_main): Likewise. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index defe406d72..05490349fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-03-12 Paul Pluzhnikov + + [BZ #16381] + + * elf/Makefile (tests): Add tst-pie2. + (tests-pie): Add tst-pie2. + * elf/tst-pie2.c: New file. + * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type + for ET_EXEC. + * elf/rtld.c (map_doit): Load executable as lt_executable. + (dl_main): Likewise. + 2014-03-12 Joseph Myers [BZ #16642] -- cgit 1.4.1