Searched +full:fuzz +full:- +full:seconds (Results 1 – 2 of 2) sorted by relevance
1 ---8 # yamllint disable-line rule:truthy12 # 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.o29 ipc-fuzzer-build:30 runs-on: ubuntu-latest32 - name: Build Fuzzers33 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master[all …]
2 set -e28 # fuzz.sh -t 300 -- -DOVERLAY_CONFIG=..., etc...35 --- a/src/ipc/ipc3/handler.c37 @@ -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 …]