assimp
assimp copied to clipboard
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
## Epic to track bugs and feature requests related to 3D formats other than FBX, glTF and obj ### To view sub-issues as regular issues Simply add `parent-issue:assimp/assimp#6233` to issues...
### Summary A heap-use-after-free issue occurs in aiMesh::~aiMesh() (within /root/assimp/include/assimp/mesh.h:857:18). The issue arises because the mVertices pointer in aiMesh is not set to nullptr after the object is destructed, leading...
PR #6120 fixed a macro which previously prevented `std::unordered_multimap` from being used during FBX import when compiled with GCC (50e661a337e9d5bd21551c9535b82b500e6897f4). This caused `FBX::Element` properties to be stored in arbitrary order,...
Updates: Labels: Fuzz-Blocker Comment #4 on issue 34091 by ClusterFuzz-External: assimp:assimp_fuzzer: Direct-leak in Assimp::SortByPTypeProcess::Execute https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34091#c4 This crash occurs very frequently on linux platform and is likely preventing the fuzzer assimp_fuzzer...
Animated data appears to only be: * Positions, Rotations, Scale * Per-vertex mesh animation There's access to extra attribute data in the mMetaData field of the nodes, but there doesn't...
Status: New Owner: ---- CC: kim.k...@[googlemail.com](http://googlemail.com/) Labels: Restrict-View-Commit ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Stability-Memory-LeakSanitizer Engine-libfuzzer OS-Linux Proj-assimp Reported-2023-02-01 Type: Bug New issue 55576 by ClusterFuzz-External: assimp:assimp_fuzzer: Direct-leak in Assimp::OpenGEX::OpenGEXImporter::handleLightNode https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55576 Detailed Report:...
Status: New Owner: ---- CC: kim.k...@[googlemail.com](http://googlemail.com/) Labels: Restrict-View-Commit ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Stability-Memory-LeakSanitizer Engine-libfuzzer OS-Linux Proj-assimp Reported-2023-01-25 Type: Bug New issue 55377 by ClusterFuzz-External: assimp:assimp_fuzzer: Direct-leak in Assimp::MDLImporter::CreateTexture_3DGS_MDL5 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55377 Detailed Report:...
Bug: Issue 49688 in oss-fuzz: assimp:assimp_fuzzer: Stack-overflow in Assimp::ASEImporter::AddNodes
Status: New Owner: ---- CC: kim.k...@[googlemail.com](http://googlemail.com/) Labels: Restrict-View-Commit ClusterFuzz Reproducible Stability-UndefinedBehaviorSanitizer Engine-libfuzzer OS-Linux Proj-assimp Reported-2022-07-31 Type: Bug New issue 49688 by ClusterFuzz-External: assimp:assimp_fuzzer: Stack-overflow in Assimp::ASEImporter::AddNodes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49688 Detailed Report: https://oss-fuzz.com/testcase?key=6199001908641792...
Status: New Owner: ---- CC: kim.k...@[googlemail.com](http://googlemail.com/) Labels: Restrict-View-Commit ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Stability-AFL OS-Linux Engine-afl Security_Severity-Medium Proj-assimp Reported-2022-08-01 Type: Bug-Security New issue 49695 by ClusterFuzz-External: assimp:assimp_fuzzer: Heap-buffer-overflow in Assimp::MDLImporter::ParseTextureColorData https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49695 Detailed...
Describe the bug A bug was found within the assimp. Though it might not be an intended use of the relevant API, the bug can still produce critical issues within...