mrash / afl-cov

Produce code coverage results with gcov from afl-fuzz test cases
GNU General Public License v2.0
465 stars 83 forks source link

LCOV 1.14 does not support gcc9 #47

Open Mindavi opened 4 years ago

Mindavi commented 4 years ago

This will result in errors from lcov, which are shown as 'command returned status 255'. Just a heads-up for everyone trying to run this with a newer version of gcc.

suyashmahar commented 4 years ago

Also, lcov 1.13 will only work with gcc7.