Check the return value of *snprintf for C99 style overflow reporting.
commit1b3c04d2c1195137bbdecd8bfddea851716ad808
authorMichael Stefaniuc <mstefani@redhat.de>
Wed, 26 Dec 2001 19:48:15 +0000 (26 19:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Dec 2001 19:48:15 +0000 (26 19:48 +0000)
tree27c53788e4278b6ef980c66c34408eda270e099a
parent096524c5bfa825cd2c3b6c7433cb4e748bf13d36
Check the return value of *snprintf for C99 style overflow reporting.
dlls/kernel/format_msg.c
dlls/user/lstr.c
programs/wineconsole/wineconsole.c
win32/console.c