Files
test/source/blender
Germano Cavalcante 7ce080cf72 Refactor: prevent storing dangling pointers
The `_EXCEPTION_POINTERS` structure is valid only within the context of
the `UnhandledExceptionFilter` function.

After the function exits, the memory referenced by the pointer might no
longer be valid or the exception information.

The solution for this was to create `BLI_system_backtrace_with_os_info`
and passing a system-specific data as the second argument.
`BLI_system_backtrace` calls `BLI_system_backtrace_with_os_info` with a
null second argument internally.

Pull Request: https://projects.blender.org/blender/blender/pulls/129999
2024-11-08 23:17:36 +01:00
..
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2024-11-08 18:49:52 +01:00
2024-10-23 13:14:37 +11:00
2024-11-05 16:44:16 +01:00
2024-11-05 23:29:19 +01:00
2024-11-07 18:27:34 +01:00
2024-10-04 11:33:21 +02:00