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
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

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