wine/dlls/user32
Akihiro Sagawa cb0e4f5f4f user32: Fix a memory allocation strategy.
Otherwise, the function allocates a heap memory when prev_size is enough.
What is worse is that it returns the buffer untouched if the prev_size
is insufficient.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53703
2022-09-19 20:13:12 +02:00
..
resources
tests user32/tests: Don't print debug traces by default. 2022-09-16 10:23:11 +02:00
button.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
class.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
clipboard.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
combo.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
controls.h user32: Don't include ntuser_private.h. 2022-08-08 18:47:45 +02:00
cursoricon.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_client.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_misc.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_private.h user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
dde_server.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
defdlg.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
defwnd.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
desktop.c win32u: Move register_desktop_class implementation from user32. 2022-08-08 18:47:44 +02:00
dialog.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
edit.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
exticon.c user32: Build with nameless structs and unions. 2022-08-27 16:53:33 +02:00
focus.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
hook.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
icontitle.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
input.c user32: Implement DefRawInputProc. 2022-09-01 17:43:17 +02:00
listbox.c win32u: Move builtin classes registration from user32. 2022-08-08 18:47:44 +02:00
lstr.c
Makefile.in user32: Merge rawinput.c into input.c. 2022-06-30 10:54:18 +02:00
mdi.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
menu.c win32u: Move builtin classes registration from user32. 2022-08-08 18:47:44 +02:00
message.c user32: Build with nameless structs and unions. 2022-08-27 16:53:33 +02:00
misc.c win32u: Move builtin classes registration from user32. 2022-08-08 18:47:44 +02:00
msgbox.c
nonclient.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
painting.c
property.c
resource.c
resources.h
scroll.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
static.c user32: Support passing bitmap and icon resource ID as a string when creating static control. 2022-08-25 11:57:21 -05:00
sysparams.c user32: Build with nameless structs and unions. 2022-08-27 16:53:33 +02:00
text.c
uitools.c
user32.rc
user32.spec win32u: Move NtUserPerMonitorDPIPhysicalToLogicalPoint implementation from user32. 2022-08-27 16:53:28 +02:00
user_main.c user32: Call winproc_init before dpiaware_init. 2022-08-30 21:38:39 +02:00
user_private.h user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
win.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
winhelp.c
winpos.c user32: Merge win.h into user_private.h. 2022-08-27 16:53:33 +02:00
winproc.c user32: Fix a memory allocation strategy. 2022-09-19 20:13:12 +02:00
winstation.c
wsprintf.c