Searched refs:fuzz (Results 1 – 6 of 6) sorted by relevance
5 int "OS interrupt via which to deliver fuzz cases"8 In this sample, new fuzz cases are delivered to Zephyr13 int "Ticks to allow for fuzz case processing"
4 Integrate fuzz testing with Zephyr apps.9 This is a simple example of fuzz test integration with Zephyr apps29 $ west build -t run -b native_sim/native/64 samples/subsys/debug/fuzz54 …NEW_FUNC[1/6]: 0x55cbe3339c45 in check1 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:4364 …NEW_FUNC[1/1]: 0x55cbe3339ff7 in check6 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:4875 #0 0x55cbe333a09d in check6 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:48:1
6 project(fuzz) project
26 bool "Build fuzz test target"
369 const size_t fuzz = random_val % CONFIG_STACK_POINTER_RANDOM; in random_offset() local371 if (unlikely(fuzz * 2 > stack_size)) { in random_offset()375 return fuzz; in random_offset()
1000 ``samples/subsys/debug/fuzz/`` for an example. (:github:`71378`)