diff options
author | Roland McGrath <roland@gnu.org> | 2012-11-26 17:49:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-11-26 17:49:11 +0000 |
commit | aa6407c6ed97409084568c3336ee334d2f1eb540 (patch) | |
tree | f5107240b03cb3e0ea53bd5ab49cec3dddab0d0f /bfd/ChangeLog | |
parent | 17d6efc44b4779a1a8a95645daf293a587ef3da9 (diff) | |
download | gdb-aa6407c6ed97409084568c3336ee334d2f1eb540.zip gdb-aa6407c6ed97409084568c3336ee334d2f1eb540.tar.gz gdb-aa6407c6ed97409084568c3336ee334d2f1eb540.tar.bz2 |
bfd/
* elf-nacl.c (nacl_modify_segment_map): Don't crash when INFO is null.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff60564..5d033a6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2012-11-26 Roland McGrath <mcgrathr@google.com> + + * elf-nacl.c (nacl_modify_segment_map): Don't crash when INFO is null. + 2012-11-21 H.J. Lu <hongjiu.lu@intel.com> PR binutils/14493 |