sof/tools/oss-fuzz
Rafal Redzimski 12b056600d ipc4: update ipc_cmd_hdr to fit largest ABI header
The ipc_cmd_hdr should have size no lesser that largest
of the headers amongst all ipc protocol versions.
The use of smaller type for ipc_cmd_header is unsafe because
of casting pointers between differently sized headers followed by
accessing data through incremented pointer.

Signed-off-by: Rafal Redzimski <rafal.f.redzimski@intel.com>
2022-05-09 15:50:15 +01:00
..
corpus
CMakeLists.txt CMake: require version 3.13 2021-09-10 17:19:29 +01:00
README.md
fuzz_ipc.c ipc4: update ipc_cmd_hdr to fit largest ABI header 2022-05-09 15:50:15 +01:00

README.md

SOF OSS-Fuzz Shim

Build Steps

See https://google.github.io/oss-fuzz/getting-started/new-project-guide/#testing-locally

TODOs

Add all components to build to be part of fuzzing space, currently components are not part of library build