You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fjalar and Kvasir use a mixture of printf, fprintf, puts, fputs, and others.
Some of these are handled by my_libc.c and some are handled by Valgrind (via
the VG_ prefix). This leads to different output (due to different
implementations of format chars) and some mixed up buffering.
Original issue reported on code.google.com by [email protected] on 5 Aug 2013 at 9:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Aug 2013 at 9:40The text was updated successfully, but these errors were encountered: