Browse Source

Fix findings

- rename file to cpp
- use no hint
Kim Kulling 5 năm trước cách đây
mục cha
commit
40e99113cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);