[Bug middle-end/79221] missing -Wstringop-overflow= on a strcat overflow

2019-12-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79221 Martin Sebor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/79221] missing -Wstringop-overflow= on a strcat overflow

2019-12-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79221 --- Comment #5 from Martin Sebor --- Author: msebor Date: Wed Dec 11 15:59:55 2019 New Revision: 279227 URL: https://gcc.gnu.org/viewcvs?rev=279227&root=gcc&view=rev Log: PR middle-end/79221 - missing -Wstringop-overflow= on a strcat overflow g

[Bug middle-end/79221] missing -Wstringop-overflow= on a strcat overflow

2019-12-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79221 Martin Sebor changed: What|Removed |Added Known to work||10.0, 8.1.0, 9.2.0 Target Milestone|---

[Bug middle-end/79221] missing -Wstringop-overflow= on a strcat overflow

2019-12-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79221 --- Comment #3 from Eric Gallager --- (In reply to Martin Sebor from comment #0) > Similar to bug 79220, the -Wstringop-overflow option diagnoses the buffer > overflow in the call to strcat in f() in the program below but fails to do > the same f

[Bug middle-end/79221] missing -Wstringop-overflow= on a strcat overflow

2018-11-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79221 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug middle-end/79221] missing -Wstringop-overflow= on a strcat overflow

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