[Bug other/32771] Fixincludes should fix realloc in in glibc

2020-06-28 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32771 Florian Weimer changed: What|Removed |Added Resolution|--- |WORKSFORME CC|

[Bug other/32771] Fixincludes should fix realloc in in glibc

2007-07-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-07-16 14:38 --- Note that code in tree-ssa-structalias.c explicitly disables some call stuff for malloc labled calls. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32771

[Bug other/32771] Fixincludes should fix realloc in in glibc

2007-07-16 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-07-16 08:40 --- Note that sticking attribute realloc on realloc might just work because realloc takes the old memory pointer as argument which makes it 1) escape 2) potentially read from / written to So we only can manage to t

[Bug other/32771] Fixincludes should fix realloc in in glibc

2007-07-15 Thread bkorb at gnu dot org
--- Comment #1 from bkorb at gnu dot org 2007-07-15 22:53 --- I'd take ownership, but I cannot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32771