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.

Reply via email to