This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: return nil if len(keys) is zero (#55)
Fixes a divide by zero exception which resulted from a modulo operation using keys that were non-existent. oss-fuzz reported a crash https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37182 but that was a fault in the fuzzing code, and not in smt.
- Loading branch information