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 | 887933998adad12398f8e99bb484a894552f86f8 (patch) | |
tree | 4ee728534bfb20aaaf5ab91a1968b8dbda7a9516 /gprof/ChangeLog | |
parent | 77c6dd379a89e709d456acbe0623eb657279313b (diff) | |
download | gdb-887933998adad12398f8e99bb484a894552f86f8.zip gdb-887933998adad12398f8e99bb484a894552f86f8.tar.gz gdb-887933998adad12398f8e99bb484a894552f86f8.tar.bz2 |
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 c1475b2..fedfb21 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. |