浏览代码

Fix findings

- rename file to cpp
- use no hint
Kim Kulling 5 年之前
父节点
当前提交
40e99113cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fuzz/assimp_fuzzer.cpp

+ 1 - 1
fuzz/assimp_fuzzer.cc → fuzz/assimp_fuzzer.cpp

@@ -48,7 +48,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t dataSize) {
 
     Importer importer;
     const aiScene *sc = importer.ReadFileFromMemory(data, dataSize,
-        aiProcessPreset_TargetRealtime_Quality, "3ds");
+        aiProcessPreset_TargetRealtime_Quality, nullptr );
 
     aiDetachLogStream(&stream);