bdk-blender/source/blender/windowmanager
Bastien Montagne ae9665bc44 Fix (unreported) invalid memory access in new 'newer blendfile version' code.
When choosing the new 'overwrite' option when trying to save a blendfile
from a newer version of Blender, it would cause invalid (use-after-free)
memory access.

Issue caused by the main commit (a1d7ec7139) of the new blendfile
compatibility handling. No idea how it was not detected earlier.

Many thanks to @weizhen for spotting the issue and doing some initial
investigation on it.
2023-08-22 17:42:59 +02:00
..
gizmo Cleanup: spelling in comments 2022-08-17 15:43:17 +10:00
intern Fix (unreported) invalid memory access in new 'newer blendfile version' code. 2023-08-22 17:42:59 +02:00
message_bus Cleanup: Move RNA path functions into own C++ file 2022-08-04 16:13:00 +02:00
xr Cleanup: spelling in comments 2022-07-06 15:28:54 +10:00
CMakeLists.txt Cleanup: Move wm_dragdrop.c to C++ 2022-07-26 23:15:33 -05:00
WM_api.h WM: Fix invalid memory access in wmTimer handling code. 2023-03-16 14:31:14 +01:00
wm_cursors.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
wm_draw.h Cleanup: ensure space after file named in headers 2022-04-04 13:34:42 +10:00
wm_event_system.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
wm_event_types.h Cleanup: add ISMOUSE_MOTION macro 2022-07-21 16:23:33 +10:00
wm_files.h Core: Implement new blendfile compatibility handling. 2023-08-09 22:59:14 +02:00
WM_keymap.h Cleanup: use event parameters for functions that create key-map items 2022-04-04 14:32:42 +10:00
WM_message.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
wm_surface.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
WM_toolsystem.h WM: suppress assertion when switching tools 2022-05-06 17:44:32 +10:00
WM_types.h WM: Fix invalid memory access in wmTimer handling code. 2023-03-16 14:31:14 +01:00
wm_window.h WM: Fix invalid memory access in wmTimer handling code. 2023-03-16 14:31:14 +01:00
wm.h Cleanup: ensure space after file named in headers 2022-04-04 13:34:42 +10:00