Stream: git-wasmtime

Topic: wasmtime / PR #5103 Fix accidental infinite loop in fuzz ...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2022 at 01:56):

alexcrichton opened PR #5103 from fix-stack-overflow to main:

The libfuzzer-sys update in #5068 included some changes to the fuzz_target! macro which caused a bare run function to be shadowed by the macro-defined run function (changed in
rust-fuzz/libfuzzer#95) which meant that some of our fuzz targets were infinite looping or stack overflowing as the same function was called indefinitely. This renames the top-level run function to something else in the meantime.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2022 at 13:31):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2022 at 14:14):

alexcrichton merged PR #5103.


Last updated: Nov 22 2024 at 16:03 UTC