This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
oss-fuzz
mirror of
https://github.com/google/oss-fuzz.git
Watch
1
Star
1
Fork
You've already forked oss-fuzz
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
926914100c
oss-fuzz
/
projects
/
wasmtime
/
default.options
5 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[wasmtime] Try fixing delivery of SIGILL/SIGSEGV to JIT (#3335) This is an attempt to apply the suggestions from #3316 to the fuzzing infrastructure for the `wasmtime` target. This will hopefully allow the delivery of SIGSEGV and SIGILL signals to the `wasmtime` program itself. These are expected signals when executing wasm code so we don't want the fuzzer to treat all forms of the signal as a fatal error.
2020-02-05 17:46:23 +00:00
[asan]
[wasmtime] Fix default asan options (#3350) This fixes typo mistakes from #3335 where we actually want the opposite of the current defaults, not the current set of defaults!
2020-02-06 18:26:09 +00:00
allow_user_segv_handler=1
handle_sigill=0
Add `handle_segv =1` to Wasmtime's options (#4266) * Add `handle_segv =1` to Wasmtime's options This is an attempt to handle #4264
2020-08-07 00:02:42 +00:00
handle_segv=1