Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Schneider 44bda90444 [libssh] Add the libssh client fuzzer (#2581)
* [libssh] Clone the repository with depth=1

* [libssh] Add a client fuzzer
2019-07-09 07:03:49 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Andreas Schneider db0f079f9e [libssh] Fix include path (#1230)
Fix #1161
2018-03-10 13:35:45 -08:00
Abhishek Arya f51acfafc2
Fixes #1161 2018-02-15 07:17:31 -08:00
Andreas Schneider b27bf929a7 [libssh] The ssh_server_fuzzer code is in the source directory (#1165)
Fixes #1161
2018-02-15 06:54:49 -08:00
Oliver Chang f12183bc18
Update build.sh 2018-02-09 10:29:11 +11:00
Andreas Schneider af7278b21a libssh: Use the fuzzer from the source code (#1135)
The fuzzer has been integrated into the source code. It is also compiled
there linking against libFuzzer.a from the clang project. However it
seems that oss-fuzz uses its own library so we still need to create the
executable on our own here and can't let cmake do it.
2018-02-05 07:54:37 -08:00
Alex Gaynor 3aa1b52a2d [WIP] Added libssh fuzzer (#418) 2017-04-17 16:11:39 -07:00