Age | Commit message (Expand) | Author | Files | Lines |
2020-06-10 | PR middle-end/95353 - spurious -Wstringop-overflow writing to a trailing arra... | Martin Sebor | 1 | -1/+1 |
2019-12-13 | PR middle-end/91582 - missing heap overflow detection for strcpy | Martin Sebor | 1 | -2/+1 |
2019-12-04 | PR middle-end/91582 - missing heap overflow detection for strcpy | Martin Sebor | 1 | -1/+1 |
2018-12-05 | re PR c/87028 (false positive -Wstringop-truncation strncpy with global varia... | Jeff Law | 1 | -4/+3 |
2018-02-28 | Warray-bounds-2.c: Declare helper static to avoid -fpic test failures. | Martin Sebor | 1 | -2/+2 |
2018-02-22 | PR tree-optimization/84480 - bogus -Wstringop-truncation despite assignment w... | Martin Sebor | 1 | -3/+3 |
2017-11-21 | PR tree-optimization/82945 - add warning for passing non-strings to functions... | Martin Sebor | 1 | -9/+11 |
2017-11-14 | Require alloca for c-c++-common/Wstringop-truncation.c | Tom de Vries | 1 | -1/+2 |
2017-11-10 | PR c/81117 - Improve buffer overflow checking in strncpy | Martin Sebor | 1 | -0/+448 |