Alexandre Julliard pushed to branch master at wine / wine
Commits: 079ba204 by Nikolay Sivov at 2025-04-28T16:32:04+02:00 shell32: Simplify error handling when FolderItemVerbs object is created.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - 74e99de4 by Nikolay Sivov at 2025-04-28T16:32:04+02:00 shell32: Fix use-after-free at FolderItemVerbs creation (ASan).
The 'child' pidl is a pointer whithin its parent pidl, it's only valid as long as the parent is still around.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - -
1 changed file:
- dlls/shell32/shelldispatch.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/949cbc04774b465bdc127944b82518...