summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-03-21 08:09:25 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-03-21 08:09:25 +0000
commit8995c4426a06644ff9484c067307fff2a5de37fc (patch)
tree60fe9af690c31981098c6ccd89b0dd3cb4b2ccba /bfd/ChangeLog
parent4b8c4627d8d5addc79bf6d378ae62197c03f0a26 (diff)
downloadbinutils-redhat-8995c4426a06644ff9484c067307fff2a5de37fc.tar.gz
Prevent NULL pointer dereference.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4a306d1aaa..5e14bf712a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-21 Alan Modra <alan@linuxcare.com.au>
+
+ * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
+ non-NULL before attempting to dereference.
+
2001-03-20 H.J. Lu <hjl@gnu.org>
* configure.in: Remove the redundent AC_ARG_PROGRAM.