[Bug stdio/6530] *printf() and incomplete multibyte sequences returns -1 bogusly

bugdal at aerifal dot cx sourceware-bugzilla@sourceware.org
Fri Jun 22 22:21:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=6530

--- Comment #12 from Rich Felker <bugdal at aerifal dot cx> 2012-06-22 22:20:23 UTC ---
Fixing this bug should not be complex or invasive. Basically, it's a case of
special-case code having been incorrectly written for a case that does not need
to be, and should not be, special-cased. The fix should essentially just remove
this incorrect code. I haven't read the source yet, but I'd be willing to look
into it and possibly submit a patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list