summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-01 10:31:34 +0000
committerNick Clifton <nickc@redhat.com>2003-04-01 10:31:34 +0000
commit0cf5dc8c2df4e5edbfb4775512ddc599320bd8d5 (patch)
treed6dd66837f6ce52b10e7b473a51c79188914e836 /bfd/ChangeLog
parent6e39c9f6755d98b72a66a03072d27b9e1dc39185 (diff)
downloadgdb-0cf5dc8c2df4e5edbfb4775512ddc599320bd8d5.tar.gz
Make add_line_info() take a copy of the filename.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 897ab4b411f..4e59f8ba0f5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -3,6 +3,8 @@
* dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
instead of concat().
(decode_line_info): Only free filename if it is not NULL.
+ (add_line_info): Make a copy of the filename when storing it into
+ the info structure.
2003-03-31 Andreas Schwab <schwab@suse.de>
Daniel Jacobowitz <drow@mvista.com>