Sweden-Number/dlls/winex11.drv
Rémi Bernon 99088fe17b winex11.drv: Fix invalid range when reading GTK_WORKAREAS_D0 (valgrind).
Invalid read of size 8
     at 0x559B816: get_work_area (display.c:296)
     by 0x55DC8C1: query_screens (xinerama.c:103)
     by 0x55DC8C1: xinerama_init (xinerama.c:275)
     by 0x55D6F47: process_attach (x11drv_main.c:602)
     by 0x55D6F47: DllMain (x11drv_main.c:721)
     by 0x7BC35819: call_dll_entry_point (loader.c:285)
     by 0x7BC35819: MODULE_InitDLL (loader.c:1317)
     by 0x7BC362ED: process_attach.part.0 (loader.c:1411)
     by 0x7BC3B843: process_attach (loader.c:1382)
     by 0x7BC3B843: LdrLoadDll (loader.c:2765)
     by 0x7B025C85: load_library (loader.c:172)
     by 0x7B026B72: LoadLibraryExW (loader.c:522)
     by 0x7B026BE5: LoadLibraryW (loader.c:492)
     by 0x40990D: load_graphics_driver (desktop.c:844)
     by 0x40990D: manage_desktop (desktop.c:1010)
     by 0x40C6B3: parse_command_line (explorer.c:836)
     by 0x40C6B3: wWinMain (explorer.c:865)
     by 0x4103F2: wmain (crt_wwinmain.c:55)
   Address 0x5272370 is 16 bytes before an unallocated block of size 3,132,512 in arena "client"

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-09 21:33:43 +01:00
..
Makefile.in
bitblt.c
brush.c
clipboard.c libport: Remove the usleep() function replacement. 2020-12-01 10:22:01 +01:00
desktop.c
display.c winex11.drv: Fix invalid range when reading GTK_WORKAREAS_D0 (valgrind). 2021-03-09 21:33:43 +01:00
event.c winex11.drv: Don't assume that GenericEvent has a window. 2021-02-23 22:30:31 +01:00
graphics.c
ime.c
init.c
keyboard.c
mouse.c
mwm.h
opengl.c winex11.drv: Prioritize smaller depth formats when zero depth is requested in X11DRV_wglChoosePixelFormatARB(). 2021-03-04 21:43:27 +01:00
palette.c
pen.c
settings.c
systray.c winex11: Send systray messages with SendNotifyMessage(). 2021-02-01 11:02:06 +01:00
version.rc
vulkan.c winevulkan: Fix surface functions if they aren't called by winevulkan. 2021-01-26 21:58:13 +01:00
window.c winex11: Don't delay mapping 0-sized layered windows. 2021-01-04 13:56:58 +01:00
winex11.drv.spec
wintab.c
x11drv.h
x11drv_main.c
xcomposite.h
xdnd.c
xim.c
xinerama.c
xrandr.c winex11.drv: Check that there are connected outputs before using XRandR 1.4. 2021-01-02 14:37:17 +01:00
xrender.c
xvidmode.c