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]

Re: [PATCH] memory leak in coffgen


> On Wed, Jul 25, 2007 at 04:45:10PM -0700, msnyder@sonic.net wrote:
>> 	* coffgen.c (_bfd_coff_read_internal_relocs): If internal_relocs
>> 	are not to be cached, free the temporary buffer.
>
> OK.

Alan, unfortunately, I think I was wrong about this one.

We can't free "free_internal" at this point, because its aliased
by internal_relocs, and we're going to return that.

OK to back out this change?

Michael



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]