diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-21 12:42:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-02-21 12:42:56 +0000 |
commit | 86f0ec1160a8535bf33856d63d46eacf8ca1de24 (patch) | |
tree | c4e6f24d87f7a01d0cbc839c05988740842e0d0e /gprof/ChangeLog | |
parent | 823045a125a189aea44793a8f9f3f7054188bf69 (diff) | |
download | binutils-redhat-86f0ec1160a8535bf33856d63d46eacf8ca1de24.tar.gz |
Check for a NULL sentinel value before using it.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index c1475b273a..fedfb21c47 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2003-02-21 K Schutte <schutte@fel.tno.nl> + + * corefile.c (core_create_line_syms): Check for a NULL sentinel + value before using it. + 2002-12-02 Nick Clifton <nickc@redhat.com> * configure.in (LINGUAS): Add pt_BR. |