trailofbits / ruzzy

A coverage-guided fuzzer for pure Ruby code and Ruby C extensions
GNU Affero General Public License v3.0
80 stars 5 forks source link

Add support for UBSAN #5

Closed mschwager closed 9 months ago

mschwager commented 9 months ago

Right now Ruzzy only supports ASAN in extconf.rb. This issue exists to add support of UBSAN.