Skip to content

Load only corpus.db program in preloadCorpus()#15

Open
natitati4 wants to merge 1 commit into
dBransky:verifier-devfrom
natitati4:fix-corpus-loading
Open

Load only corpus.db program in preloadCorpus()#15
natitati4 wants to merge 1 commit into
dBransky:verifier-devfrom
natitati4:fix-corpus-loading

Conversation

@natitati4
Copy link
Copy Markdown

preloadCorpus called LoadSeeds, which returned the programs from corpus.db but also program from sys//test. These programs are used by syzkaller to get "baseline coverage". We don't need them as we are running on a pre generated corpus. So rewrote preloadCorpus to use the internal logic of LoadSeeds, but without the test programs.

preloadCorpus called LoadSeeds, which returned the programs from
corpus.db but also program from sys/<os>/test. These programs
are used by syzkaller to get "baseline coverage". We don't need
them as we are running on a pre generated corpus. So rewrote
preloadCorpus to use the internal logic of LoadSeeds, but
without the test programs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant