This web page shows the issues in the functions in the package flying if there are any. The table below shows the list of inputs passed that are generated by fuzzers and the valgrind issues with corresponding CPP file and line number.
name | inputs | message | file.line | valgrind_log | executable.file |
---|---|---|---|---|---|
flying:::minpowspeed_cpp | airDensity bdc bm g ipf ws | Invalid read of size 8 | src/minimum_power_speed.cpp : 23 | valgrind_log | executable-test-file |
flying:::total_Mech_Pow_cpp | airDensity bdc bm g ipf ppc vt wa ws | Conditional jump or move depends on uninitialised value(s) | src/total_mech_pow.cpp : 22 | valgrind_log | executable-test-file |