Skip to content

Commit

Permalink
Include fuzz test which needs realloc memsetting
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Jan 6, 2025
1 parent fe57f6c commit e71025a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions tests/loader_fuzz_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ TEST(BadJsonInput, ClusterFuzzTestCase_6353004288081920) {
TEST(BadJsonInput, ClusterFuzzTestCase_5817896795701248) {
execute_instance_create_fuzzer("clusterfuzz-testcase-instance_create_fuzzer-5817896795701248");
}
TEST(BadJsonInput, ClusterFuzzTestCase_6541440380895232) {
execute_instance_create_fuzzer("clusterfuzz-testcase-instance_create_fuzzer-6541440380895232");
}
TEST(BadJsonInput, ClusterFuzzTestCase_6465902356791296) {
// Does crash with UBSAN
// Doesn't crash with ASAN
Expand Down

0 comments on commit e71025a

Please sign in to comment.