[Bug stdio/23525] Uninitialized multi-byte conversion state in fxprintf

fweimer at redhat dot com sourceware-bugzilla@sourceware.org
Thu May 16 08:21:00 GMT 2019


https://sourceware.org/bugzilla/show_bug.cgi?id=23525

Florian Weimer <fweimer at redhat dot com> changed:

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

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
The code clearly calls memset before mbsrtowcs:

  memset (&mbstate, 0, sizeof mbstate);
  res = __mbsrtowcs (wfmt, &fmt, len, &mbstate);

I don't know why I filed this bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list