diff options
| author | Roland McGrath <[email protected]> | 2010-02-17 00:49:46 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-02-17 01:45:32 -0800 |
| commit | 429502fd324d731feb939a5db4b7e0723adac616 (patch) | |
| tree | 21c11b212d922b2d1cea041e8ae0952ad4345411 /libelf/ChangeLog | |
| parent | 056d6937a2740de717877e5849205917b461fbac (diff) | |
Avoid wild section data pointers from bogus sh_offset in mapped files.
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 303975b3..38142087 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,9 @@ +2010-02-17 Roland McGrath <[email protected]> + + * elf_begin.c (file_read_elf): Leave section rawdata_base and + data_base pointers null when [sh_offset,sh_size) points outside + the mapped file. + 2010-02-15 Roland McGrath <[email protected]> * Makefile.am: Use config/eu.am for common stuff. |
