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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
static int func_108(char *p_112) {
  unsigned short l_191 = 1;
  int l_190 = l_191;
  g_122 = &p_112;

this leaks the address of a stack local.

Reply via email to