Alexandre Julliard pushed to branch master at wine / wine
Commits: 82e24b8d by Yuxuan Shui at 2025-06-16T23:02:50+02:00 shell32: Fix use-after-free in ShellView_WndProc.
RevokeDragDrop release the drop target, if that happens to be the shell view itself, doing so will cause pThis to be freed.
- - - - -
1 changed file:
- dlls/shell32/shlview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/82e24b8d7c3f90f138f3f76d9e4a921...