Files
assimp/fuzz/assimp_fuzzer.dict
LP ae6f477604 Fuzzing: Add OSS-Fuzz integration and multiple format-specific fuzzers (#6429)
* fuzz: Add OSS-Fuzz integration and multiple format-specific fuzzers

* fuzz: Add GLB fuzzer and fix null pointer issue

- Add null check for mFileExtensions in ForceFormat() to prevent
  undefined behavior when the field is null
- Fix misleading comment in gltf fuzzer (only covers text format)
- Add separate GLB fuzzer for binary glTF format coverage
- Update OSS-Fuzz build script to include GLB fuzzer with corpus

* Add copyright and licensing information

Added licensing information and copyright notice to fuzzer_common.h

---------

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2025-12-23 19:31:27 +01:00

41 lines
358 B
Plaintext

# OBJ
"v "
"vn "
"vt "
"f "
"mtllib "
"usemtl "
# GLTF (JSON)
"asset"
"scene"
"scenes"
"nodes"
"meshes"
"accessors"
"bufferViews"
"buffers"
# PLY
"ply"
"format"
"element"
"property"
"vertex"
"face"
# STL
"solid"
"facet"
"normal"
"outer loop"
"vertex"
"endloop"
"endfacet"
"endsolid"
# Collada (XML)
"COLLADA"
"library_geometries"
"library_visual_scenes"