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 -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list