Fix findings

- rename file to cpp
- use no hint
pull/3211/head
Kim Kulling 2020-05-07 15:03:35 +02:00 committed by GitHub
parent 906720ee93
commit 40e99113cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);