[Bug middle-end/93636] Incorrect diagnostic of a potential string overflow in strncat

2020-02-10 Thread sebunger44 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93636 --- Comment #4 from Sebastian Unger --- I agree that the API of strncat is confusingly different to many of the other API such as strncpy etc. However, the use-case I show is a valid one (as far as one can ever consider any use of a non-terminate

[Bug middle-end/93636] Incorrect diagnostic of a potential string overflow in strncat

2020-02-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93636 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #3 from Andrew Pi