[Bug other/54411] libiberty: objalloc_alloc integer overflows (CVE-2012-3509)

2017-07-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54411 Eric Gallager changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug other/54411] libiberty: objalloc_alloc integer overflows (CVE-2012-3509)

2012-09-18 Thread fw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54411 --- Comment #5 from Florian Weimer 2012-09-18 08:34:12 UTC --- Author: fw Date: Tue Sep 18 08:34:05 2012 New Revision: 191413 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191413 Log: PR other/54411: integer overflow in objalloc_alloc 2

[Bug other/54411] libiberty: objalloc_alloc integer overflows (CVE-2012-3509)

2012-08-29 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54411 --- Comment #4 from joseph at codesourcery dot com 2012-08-29 21:29:12 UTC --- On Wed, 29 Aug 2012, fw at gcc dot gnu.org wrote: > > You do realise that pretty much nothing in the toolchain checks for > > overflows in calculating allocation size

[Bug other/54411] libiberty: objalloc_alloc integer overflows (CVE-2012-3509)

2012-08-29 Thread fw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54411 --- Comment #3 from Florian Weimer 2012-08-29 19:18:58 UTC --- (In reply to comment #2) > You do realise that pretty much nothing in the toolchain checks for > overflows in calculating allocation sizes? bfd_alloc2 (bfd's XNEWVEC variant) contai

[Bug other/54411] libiberty: objalloc_alloc integer overflows (CVE-2012-3509)

2012-08-29 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54411 --- Comment #2 from joseph at codesourcery dot com 2012-08-29 19:09:55 UTC --- You do realise that pretty much nothing in the toolchain checks for overflows in calculating allocation sizes? If you want to fix such issues more systematically, th

[Bug other/54411] libiberty: objalloc_alloc integer overflows (CVE-2012-3509)

2012-08-29 Thread fw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54411 Florian Weimer changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|