Files
test/source/blender/blenlib/intern
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-07-25 10:17:42 +10:00
2024-04-20 12:41:23 +10:00
2024-01-08 11:31:43 +11:00
2024-08-13 20:26:55 +02:00
2024-07-12 15:59:56 +02:00
2024-09-25 18:56:32 +02:00
2024-01-03 13:38:14 +01:00
2024-08-30 16:42:29 +02:00
2024-03-28 20:57:50 +11:00
2024-03-27 10:25:31 +11:00
2024-04-30 12:12:02 +10:00