[rfc] eh-frame clobbers memory

John Levon levon@movementarian.org
Sun May 22 13:42:00 GMT 2005


On Sun, May 22, 2005 at 03:14:14AM -0700, Richard Henderson wrote:

> +  if (sec->size > sec->rawsize)
> +    contents = bfd_realloc (contents, sec->size);

This leaks contents on bfd_realloc() failure.

regards,
john



More information about the Binutils mailing list