[Bug sanitizer/84285] New: Fail to statically link with -fsanitize=undefined

2018-02-08 Thread marcandre.lureau at gmail dot com
Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: marcandre.lureau at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target

[Bug sanitizer/84285] Fail to statically link with -fsanitize=undefined

2018-02-08 Thread marcandre.lureau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84285 --- Comment #4 from Marc-André Lureau --- (In reply to Jakub Jelinek from comment #3) > Created attachment 43371 [details] > gcc8-pr84285.patch > > Untested fix. Thanks patch texted successfully.

[Bug c/105080] New: Bugus -Wformat-truncation

2022-03-28 Thread marcandre.lureau at gmail dot com via Gcc-bugs
: unassigned at gcc dot gnu.org Reporter: marcandre.lureau at gmail dot com Target Milestone: --- With Fedora gcc-12.0.1-0.12.fc36.x86_64 gcc (GCC) 12.0.1 20220308 (Red Hat 12.0.1-0) test.c: #include void main(void) { char foo[3]; int i; for (i = 0; i < 16

[Bug sanitizer/113304] New: zero-length array and bound checking error

2024-01-10 Thread marcandre.lureau at gmail dot com via Gcc-bugs
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: marcandre.lureau at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target