diff options
author | Mark Wielaard <mjw@redhat.com> | 2012-07-18 13:14:30 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2012-07-24 11:41:01 +0200 |
commit | 030f626f41b5d1d563c357743cfec492d4fa69a5 (patch) | |
tree | d8454ca3cf576a8bc824957e1642ce73c4709a57 /TODO | |
parent | test: run-elflint-self.sh ebl shared libraries are under backends now. (diff) | |
download | elfutils-030f626f41b5d1d563c357743cfec492d4fa69a5.tar.gz elfutils-030f626f41b5d1d563c357743cfec492d4fa69a5.tar.bz2 elfutils-030f626f41b5d1d563c357743cfec492d4fa69a5.tar.xz |
elf_getshdr should work for elf->flags & ELF_F_MALLOCED.
Reported-by: Nick Alcock <nix@esperi.org.uk>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,11 @@ Time-stamp: <2009-02-05 22:08:01 drepper> | |||
29 | is allowed or the structure is aligned. Use ELF_F_MALLOCED flag | 29 | is allowed or the structure is aligned. Use ELF_F_MALLOCED flag |
30 | to differentiate. | 30 | to differentiate. |
31 | 31 | ||
32 | ** shdrs after elf_cntl (ELF_C_FDREAD) | ||
33 | |||
34 | Similar to the above. After ELF_C_FDREAD the file is completely | ||
35 | in memory. See also this mailing list thread: | ||
36 | https://fedorahosted.org/pipermail/elfutils-devel/2012-July/002368.html | ||
32 | 37 | ||
33 | * libdw | 38 | * libdw |
34 | 39 | ||