arch posix: Correct ARCH_POSIX_LIBFUZZER kconfig help message
This option can be used now also with native_sim and seems to work fine with both 32 and 64 bit targets. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e51ab58f2b
commit
df5440fc59
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ menuconfig ARCH_POSIX_LIBFUZZER
|
||||||
help
|
help
|
||||||
Build the posix app as a LLVM libfuzzer target. Requires
|
Build the posix app as a LLVM libfuzzer target. Requires
|
||||||
support from the toolchain (currently only clang works, and
|
support from the toolchain (currently only clang works, and
|
||||||
only on native_posix/native/64), and should normally be used in
|
only on native_{posix,sim}[//64]), and should normally be used in
|
||||||
concert with some of CONFIG_ASAN/UBSAN/MSAN for validation.
|
concert with some of CONFIG_ASAN/UBSAN/MSAN for validation.
|
||||||
The application needs to implement the
|
The application needs to implement the
|
||||||
LLVMFuzzerTestOneInput() entry point, which runs in the host
|
LLVMFuzzerTestOneInput() entry point, which runs in the host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue