This is a simple CMake project configured with cifuzz and has three Fuzz Test.
The Fuzz Test should trigger a shift exponent, a stack buffer overflow and a out_of_bounds.
cifuzz run my_fuzz_test
List all findings
cifuzz finding <finding name>
Obtain information to understand the finding
cifuzz finding <finding name>
Manage the findings
cifuzz assess <finding name>
Calculate the coverage achieved for this project
cifuzz coverage my_fuzz_test