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