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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
            Summary|-Wmaybe-uninitialized false |[11 Regression]
                   |alarm with memrchr of size  |-Wmaybe-uninitialized false
                   |0                           |alarm with memrchr of size
                   |                            |0
           Assignee|unassigned at gcc dot gnu.org      |msebor at gcc dot 
gnu.org
      Known to fail|                            |11.1.0

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
It is a regression but only because GCC 10 doesn't check accesses to allocated
storage to see if it's initialized.

Reply via email to