Sweden-Number/dlls/user32
Akihiro Sagawa 8baf70a2d0 user32: Fix wsprintfA's buffer usage when using %S.
This fixes a regression introduced by
08bf605acb.
It could lead to stack corruption because ret can be negative when the
output position, p, doesn't point the beginning of the buffer before
the inner loop.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-03 10:21:57 +02:00
..
resources
tests winex11.drv: Support detaching adapters. 2020-07-30 16:37:28 +02:00
Makefile.in
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c
mdi.c
menu.c
message.c user32: Use WM_INPUT message hw_id as RAWINPUT handle. 2020-07-07 22:24:39 +02:00
misc.c
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c user32: Use WM_INPUT message hw_id as RAWINPUT handle. 2020-07-07 22:24:39 +02:00
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Check invalid device names in EnumDisplaySettingsExW(). 2020-07-24 18:26:18 +02:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c user32: Don't call CreateDesktop() with an empty desktop name. 2020-06-24 18:34:15 +02:00
user_private.h user32: Use WM_INPUT message hw_id as RAWINPUT handle. 2020-07-07 22:24:39 +02:00
win.c
win.h
winhelp.c
winpos.c user32: Support undocumented SC_SIZE flag that can be used to move window. 2020-07-30 16:33:22 +02:00
winproc.c
winstation.c user32: Use a default name for winstations created or opened with no name. 2020-06-23 19:31:18 +02:00
wsprintf.c user32: Fix wsprintfA's buffer usage when using %S. 2020-08-03 10:21:57 +02:00