Commit Graph

11 Commits

Author SHA1 Message Date
Max Moroz e6a5e0a666
[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591).

* rename fuzzing puzzles target
2020-04-09 13:47:54 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Matt Johnston 1bdad3560d [dropbear] Disable AFL to avoid timeouts (#2474)
* Copy dictionaries

* disable AFL to avoid timeouts in initialisation
2019-05-30 08:08:22 -07:00
Matt Johnston 62a6a21710 copy dict to build (#1223) 2018-03-09 07:43:52 -08:00
Matt Johnston e91a750105 Enable msan for dropbear (#1213) 2018-03-05 07:36:55 -08:00
Matt Johnston b592556183 Use Dropbear main branch (#1200) 2018-02-28 06:47:00 -08:00
Robin Alexander Richtsfeld 2dfd739d38 Clean Shell Scripts (#999)
* Clean all.sh

Double quote array expansions, otherwise they're like $* and break on spaces.

* Clean dropbear/build.sh

In POSIX sh, 'pushd' is not supported.
In POSIX sh, 'popd' is not supported.

* Clean woff2/build.sh

Iterating over ls output is fragile. Use globs.

* Clean tinyxml2/build.sh

Add shebang
2017-11-20 12:22:57 -08:00
Matt Johnston e17dcc7a73 Dropbear: Use correct path for options (#692) 2017-06-27 06:54:44 -07:00
Matt Johnston abdf4c4321 Disable hardened build flags (#690)
-pic prevents linking with static libz.a
2017-06-25 15:49:38 -07:00
Matt Johnston e91a509873 Dropbear SSH fuzzer working (#618) 2017-05-22 08:24:44 -07:00
Matt Johnston 480fef93ad Add Dropbear SSH (#122)
thanks!
2016-12-02 15:06:46 -08:00