Commit Graph

8 Commits

Author SHA1 Message Date
Matt Johnston ccfbc21676
dropbear: move corpus out of the source checkout (#5315)
This should fix cifuzz which replaces the checkout
2021-03-07 06:21:39 -08:00
DavidKorczynski 9c92302ad5
dropbear: enable afl and simplify project yaml (#5150)
* dropbear: enable afl and simplify project yaml.

* dropbear: fixup project yaml and copyrights.
2021-02-21 16:07:11 -08:00
Matt Johnston 0a691dcbff
[dropbear] Disable zlib (#4551) 2020-10-20 09:48:56 -07:00
Matt Johnston 62a6a21710 copy dict to build (#1223) 2018-03-09 07:43:52 -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