( )⚙ D5154 fuzz: move many initialization steps into LLVMFuzzerInitialize

This is an archive of the discontinued Mercurial Phabricator instance.

fuzz: move many initialization steps into LLVMFuzzerInitialize
ClosedPublic

Authored by durin42 on Oct 18 2018, 4:36 PM.

Details

Summary

Doing this means that things we intentionally leak (eg type objects)
no longer confuse AddressSanitizer, so now we can run the fuzzer MUCH
longer.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Oct 18 2018, 4:36 PM
This revision was automatically updated to reflect the committed changes.