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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux