提出 #654340: Ogre3D Ogre v14.4.1 / master commit f629d22 Mismatched Memory Management Routines情報

タイトルOgre3D Ogre v14.4.1 / master commit f629d22 Mismatched Memory Management Routines
説明The issue arises from a memory management mismatch. The function stbi_write_png_to_mem() allocates its output buffer using malloc (via STBIW_MALLOC). Ogre then wraps this buffer inside MemoryDataStream(data, len, true), which assumes ownership and later frees it with delete[]. Because malloc and delete[] are incompatible allocators, this leads to undefined behavior. AddressSanitizer consistently detects the problem as an alloc-dealloc-mismatch.
ソース⚠️ https://github.com/OGRECave/ogre/issues/3446
ユーザー
 sand (UID 90194)
送信2025年09月15日 08:24 (11 月 ago)
モデレーション2025年09月26日 08:40 (11 days later)
ステータス承諾済み
VulDBエントリ325958 [OGRECave Ogre 迄 14.4.1 OgreSTBICodec.cpp STBIImageCodec::encode Local Privilege Escalation]
ポイント20

Do you want to use VulDB in your project?

Use the official API to access entries easily!