assimp/code
Matthias Möller 35976a4eb4
fixes some uninit bool loads (#5644)
This commit fixes some bool loads which are not initialized. With ubsan and the "option -fsanitize=bool", this results in a runtime error during test execution.

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2024-07-02 21:54:18 +02:00
..
AssetLib fixes potential memory leak on malformed obj file (#5645) 2024-06-29 19:20:10 +02:00
CApi Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Common Draft: Update init of aiString (#5623) 2024-06-17 13:12:54 +02:00
Geometry Kimkulling/fix pyassimp compatibility (#5563) 2024-05-06 21:38:29 +02:00
Material Draft: Update init of aiString (#5623) 2024-06-17 13:12:54 +02:00
Pbrt Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
PostProcessing fixes some uninit bool loads (#5644) 2024-07-02 21:54:18 +02:00
res Move revision.h and revision.h.in to include folder (#5615) 2024-06-12 21:01:03 +02:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt Disabled maybe-uninitialized error for AssetLib/Obj/ObjFileParser.cpp as it seems to be spurious. Also fixed error message for previous GCC build issue modification (#5593) 2024-05-26 21:07:13 +02:00