mirror of
https://github.com/mborgerson/xemu.git
synced 2026-08-18 11:20:07 +00:00
1425a8c39bcddf1c66f3aea5ec2401834ed17c07
Passing two levels of invalid paths to `SDL_ShowOpenFileDialog` on Windows causes a crash. E.g., given a directory `d:\foo` that exists, passing `D:\foo\bar\baz` will trigger the crash. In this case, the `FileDialogCallbackWrapper` callback is invoked twice, leading to a double-free. Fixes #2785
…
…
…
…
…
…
…
…
…
…
Please visit https://xemu.app for more information.
Description
Languages
C
82.6%
C++
7%
Python
3.3%
Dylan
2.8%
Shell
1.5%
Other
2.5%