zephyr/arch/posix
Andy Ross 65d657685e arch/posix: Add libfuzzer support
Add support for LLVM's libfuzzer utility.  This works by building an
executable with a "LLVMFuzzerTestOneInput()" entry point (which is
external to Zephyr, running in the host process environment!), which
it drives out of its own main() routine.  The toolchain API is exposed
as just another sanitizer variant, which is clean.

Signed-off-by: Andy Ross <andyross@google.com>
2022-08-26 11:57:46 +02:00
..
core
include
CMakeLists.txt arch/posix: Add libfuzzer support 2022-08-26 11:57:46 +02:00
Kconfig arch/posix: Add libfuzzer support 2022-08-26 11:57:46 +02:00
Linux.aarch64.cmake scripts: move user_wordsize.py to scripts/build/user_wordsize.py 2022-07-12 10:03:45 +02:00