Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/subsys/debug/fuzz/
DKconfig5 int "OS interrupt via which to deliver fuzz cases"
8 In this sample, new fuzz cases are delivered to Zephyr
13 int "Ticks to allow for fuzz case processing"
DREADME.rst4 Integrate fuzz testing with Zephyr apps.
9 This is a simple example of fuzz test integration with Zephyr apps
29 $ west build -t run -b native_sim/native/64 samples/subsys/debug/fuzz
54 …NEW_FUNC[1/6]: 0x55cbe3339c45 in check1 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:43
64 …NEW_FUNC[1/1]: 0x55cbe3339ff7 in check6 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:48
75 #0 0x55cbe333a09d in check6 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:48:1
DCMakeLists.txt6 project(fuzz) project
/Zephyr-latest/arch/posix/
DKconfig26 bool "Build fuzz test target"
/Zephyr-latest/kernel/
Dthread.c369 const size_t fuzz = random_val % CONFIG_STACK_POINTER_RANDOM; in random_offset() local
371 if (unlikely(fuzz * 2 > stack_size)) { in random_offset()
375 return fuzz; in random_offset()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst1000 ``samples/subsys/debug/fuzz/`` for an example. (:github:`71378`)