https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93665

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=94208

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
pr94208 is related but not quite the same because it involves enhancing the
strlen pass to detect the missing nul termination in the locally constructed
array, while this bug is about the missing detection for constant non-local
arrays.

Reply via email to