Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | ossfuzz: additional seed corpora | Max Dymond | |
Create simple seed corpora for: - FTP - telnet - dict - tftp - imap - pop3 based off the tests of the same number. Closes #1842 | |||
2017-09-01 | ossfuzz: moving towards the ideal integration | Max Dymond | |
- Start with the basic code from the ossfuzz project. - Rewrite fuzz corpora to be binary files full of Type-Length-Value data, and write a glue layer in the fuzzing function to convert corpora into CURL options. - Have supporting functions to generate corpora from existing tests - Integrate with Makefile.am |