Stack-overflow in spirv_cross::Compiler::to_name |
||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6013367353081856 Fuzzer: afl_dawn_spirv_cross_msl_fast_fuzzer Fuzz target binary: dawn_spirv_cross_msl_fast_fuzzer Job Type: afl_chrome_asan Platform Id: linux Crash Type: Stack-overflow Crash Address: 0x7ffdf2b6eff8 Crash State: spirv_cross::Compiler::to_name Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=afl_chrome_asan&range=609745:609757 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6013367353081856 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for instructions to reproduce this bug locally.
,
Jan 12
,
Jan 14
This looks like this is causing an infinite recursion in spirv_cross. Running the input through spirv-val, the input is not actually a valid SPIR-V file, so I suspect this issue will be resolved when we migrate to using spvc for calling spirv-cross. I will keep this open, so I can retest this once the conversion is completed. |
||
►
Sign in to add a comment |
||
Comment 1 by ClusterFuzz
, Jan 12Labels: ClusterFuzz-Auto-CC