This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Dec 14, 2011, at 3:23 PM, shinichiro hamaji wrote:
On Wed, Dec 14, 2011 at 11:03 PM, Tristan Gingold <gingold@adacore.com > wrote:
Thanks again for your quick response. Here is the updated patch: http://shinh.skr.jp/t/mach-o-leaks-3.patch
Ok.
Should I commit it ?
Yes, please? Thanks!
Committed.
cheers Iain
Index: bfd/mach-o.c =================================================================== RCS file: /cvs/src/src/bfd/mach-o.c,v retrieving revision 1.78 diff -u -p -r1.78 mach-o.c --- bfd/mach-o.c 15 Dec 2011 11:01:14 -0000 1.78 +++ bfd/mach-o.c 15 Dec 2011 13:25:19 -0000 @@ -3202,6 +3202,7 @@ bfd_mach_o_mkobject_init (bfd *abfd) mdata->commands = NULL; mdata->nsects = 0; mdata->sections = NULL; + mdata->dyn_reloc_cache = NULL;
return _bfd_generic_close_and_cleanup (abfd); }
Attachment:
11121513-cleanup-diff.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |