[Bug binutils/868] bfd leaks memory in several places

2008-04-10 Thread andrejoh at gmail dot com
--- Additional Comments From andrejoh at gmail dot com 2008-04-10 10:15 --- That should of course be comment #4. -- http://sourceware.org/bugzilla/show_bug.cgi?id=868 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who

[Bug binutils/868] bfd leaks memory in several places

2008-04-10 Thread andrejoh at gmail dot com
--- Additional Comments From andrejoh at gmail dot com 2008-04-10 09:08 --- Nick, I'm not sure reverting the cleanup is correct. At least in binutils 2.18, the function concat_filename uses bfd_malloc, which again uses malloc. As far as I can see, it does the same in current CVS. I