Home
last modified time | relevance | path

Searched +full:fuzz +full:- +full:seconds (Results 1 – 2 of 2) sorted by relevance

/sof-3.4.0/.github/workflows/
Dipc_fuzzer.yml1 ---
8 # yamllint disable-line rule:truthy
12 # For the actual fuzzer see tools/oss-fuzz/README.
14 # https://google.github.io/oss-fuzz/getting-started/continuous-integration/
26 # OUT=unused_dir cmake -B oss-fuzz-build/ -S tools/oss-fuzz/
27 # make -j -C oss-fuzz-build sof_ep fuzz_ipc.o
29 ipc-fuzzer-build:
30 runs-on: ubuntu-latest
32 - name: Build Fuzzers
33 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
[all …]
/sof-3.4.0/scripts/
Dfuzz.sh2 set -e
28 # fuzz.sh -t 300 -- -DOVERLAY_CONFIG=..., etc...
35 --- a/src/ipc/ipc3/handler.c
37 @@ -1609,6 +1609,8 @@ void ipc_boot_complete_msg(struct ipc_cmd_hdr *header, uint32_t data)
51 # Parse "$@". getopts stops after '--'
61 # Pass all "$@" arguments remaining after '--' to cmake.
62 # This also drops _leading_ '--'.
63 shift $((OPTIND-1))
69 west build -d build-fuzz -b native_posix "$SOF_TOP"/app/ -- \
70 -DCONFIG_ASSERT=y \
[all …]