Files
assimp/code/Common
tyler92 f12e521986 Fix use after free in the CallbackToLogRedirector (#5918)
The heap-use-after-free vulnerability occurs in the
CallbackToLogRedirector function. During the process of logging,
a previously freed memory region is accessed, leading to a
use-after-free condition. This vulnerability stems from incorrect
memory management, specifically, freeing a log stream and then
attempting to access it later on.

This patch sets NULL value for The DefaultStream global pointer.

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2024-12-11 11:17:14 +01:00
..
2024-02-23 22:30:05 +01:00
2024-02-23 22:30:05 +01:00
2024-06-11 21:19:52 +02:00
2024-11-18 16:54:58 +01:00
2024-02-23 22:30:05 +01:00
2024-02-23 22:30:05 +01:00