Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scheduler: use calloc instead of malloc (#7962)
This is fixing a use-after-free if multiple schedulers are used in a single run. Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60089 Signed-off-by: David Korczynski <[email protected]>
- Loading branch information