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

--- Comment #2 from Siddhesh Poyarekar <siddhesh at gcc dot gnu.org> ---
Another note from the llvm issue: minimum size expression should be wrapped in
a ptr == NULL condition, i.e. (ptr == NULL ? 0 : sz).

Reply via email to