Enabling fuzzers to run on continuous fuzzing plaform

Test: build with ANITIZE_HOST=address SANITIZE_TARGET=hwaddress m fuzzer_connect
and run:
INFO: Seed: 2237440050
INFO: Loaded 3 modules   (51446 inline 8-bit counters): 17625 [0x7f8b0ef9fa50, 0x7f8b0efa3f29), 17495 [0x7f8b0f3dca70, 0x7f8b0f3e0ec7), 16326 [0x55e5292aa6b0, 0x55e5292ae676),
INFO: Loaded 3 PC tables (51446 PCs): 17625 [0x7f8b0efa3f30,0x7f8b0efe8cc0), 17495 [0x7f8b0f3e0ec8,0x7f8b0f425438), 16326 [0x55e5292ae678,0x55e5292ee2d8),
INFO: -max_len is not provided; libFuzzer will not generate inputs larger than 4096 bytes
INFO: A corpus is not provided, starting from an empty corpus
2	INITED cov: 3 ft: 3 corp: 1/1b exec/s: 0 rss: 43Mb

Change-Id: If41c505881cc2dba7a71fa4eea2caa72433aa6c0
3 files changed
tree: c79f80244fe58af55bfe414f936c9451099c2ab1
  1. fuzzer/
  2. programs/
  3. usrsctplib/
  4. .gitignore
  5. Android.bp
  6. bootstrap
  7. CMakeLists.txt
  8. configure.ac
  9. gen-def.py
  10. LICENSE.md
  11. Makefile.am
  12. Makefile.nmake
  13. Manual.md
  14. Manual.tex
  15. meson.build
  16. meson_options.txt
  17. METADATA
  18. MODULE_LICENSE_BSD
  19. README.md
  20. usrsctp.pc.in
README.md

usrsctp

Coverity Scan Build Status

This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.

See manual for more information.

The status of continuous integration testing is available from our Buildbot.