https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106000
--- Comment #5 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Consider also: write (fd, "hello world", 200); where the write call is definitely going to access beyond the string literal.
dmalcolm at gcc dot gnu.org via Gcc-bugs Sun, 03 Jul 2022 12:44:33 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106000
--- Comment #5 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Consider also: write (fd, "hello world", 200); where the write call is definitely going to access beyond the string literal.