You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
- Fuzzer mutates .pte files and expects the loader/executor to handle
corrupted input robustly. The crash was due to ***cond_val***. returning
nullptr (invalid/corrupted input).
- Fix the crash by checking for nullptr and returning an error code.
- Fuzzer test case also required to be modified to handle the new
returned error code. (The intent of a fuzzing test is to ensure the code
does not crash or misbehave on malformed input, not that it always
succeeds.)
Differential Revision: D77827830
0 commit comments