mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 19:20:07 +00:00
c5ee1bc7bd
The test harness for the opt fuzzer was failing to consider that the input might use a very large id bound, despite no id approaching this bound actually being used. This change modifies the test harness to use the module's id bound, rather than looking through the module for large ids. Fixes: oss-fuzz:42386 |
||
---|---|---|
.. | ||
corpora/spv | ||
BUILD.gn | ||
CMakeLists.txt | ||
random_generator.cpp | ||
random_generator.h | ||
spvtools_as_fuzzer.cpp | ||
spvtools_binary_parser_fuzzer.cpp | ||
spvtools_dis_fuzzer.cpp | ||
spvtools_fuzz_fuzzer.cpp | ||
spvtools_opt_fuzzer_common.cpp | ||
spvtools_opt_fuzzer_common.h | ||
spvtools_opt_legalization_fuzzer.cpp | ||
spvtools_opt_performance_fuzzer.cpp | ||
spvtools_opt_size_fuzzer.cpp | ||
spvtools_val_fuzzer.cpp |