[Bug middle-end/79016] missing -Wstringop-overflow= overflowing allocated buffers

2020-04-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79016 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug middle-end/79016] missing -Wstringop-overflow= overflowing allocated buffers

2019-11-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79016 Martin Sebor changed: What|Removed |Added Keywords||patch Target Milestone|---

[Bug middle-end/79016] missing -Wstringop-overflow= overflowing allocated buffers

2019-08-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79016 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED See Also|

[Bug middle-end/79016] missing -Wstringop-overflow= overflowing allocated buffers

2018-08-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79016 --- Comment #3 from Eric Gallager --- (In reply to Martin Sebor from comment #2) > This is also affects overflowing buffers allocated by a user-defined > function declared with attribute alloc_size. Confirmed for this part too.

[Bug middle-end/79016] missing -Wstringop-overflow= overflowing allocated buffers

2018-02-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79016 --- Comment #2 from Martin Sebor --- This is also affects overflowing buffers allocated by a user-defined function declared with attribute alloc_size. $ cat t.c && gcc -D_FORTIFY_SOURCE=2 -O2 -S -Wall -fdump-tree-optimized=/dev/stdout t.c #inclu

[Bug middle-end/79016] missing -Wstringop-overflow= overflowing allocated buffers

2017-08-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79016 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|