msvcrt: stricter format checking in printf

Jesse Allen the3dfxdude at gmail.com
Mon Dec 19 12:01:00 CST 2005


Hi, this patch fixes problems with allowing uppercase versions of
formats to be interpreted like %D and %d, and fixes various
interpretations between 'I' size and 'i' format types when support is
added later.

Changes:
Require exact uppercase and lowercase format checking in printf
routines, but still tolower the format before rebuilding the format
string for libc's printf.  Includes a testcase.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pf_strict_format_checking.diff
Type: application/octet-stream
Size: 1596 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051219/ba75115d/pf_strict_format_checking.obj


More information about the wine-patches mailing list