Results of a test mass rebuild of rawhide-20090126 with gcc-4.4.0-0.9

Richard W.M. Jones rjones at redhat.com
Fri Feb 6 11:22:54 UTC 2009


On Tue, Feb 03, 2009 at 04:48:36PM +0100, Jakub Jelinek wrote:
> - 1 failure
>   free called with a pointer to non-heap allocated object.
>   E.g.
>   char buf[128], *bufp;
>   ...
>   bufp = buf;
>   if (something)
>   {
>     bufp = malloc (somesize);
>   ...
>   }
>   ...
>   if (bufp != buf)
>     free (buf);  // Should have been bufp.
>   http://sunsite.mff.cuni.cz/rawhide20090126-gcc44/nonheapfree/

Fixed the problem with ocaml-omake and pushed the fix upstream.

I'd like to echo what others have said - it's easier to track these if
a list can be made, sorted by either package name or maintainer.

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the devel mailing list