[gnutls-devel] GnuTLS | Increase fuzzing code coverage (#686)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sun Jan 27 19:23:48 CET 2019


New Issue was created.

Issue 686: https://gitlab.com/gnutls/gnutls/issues/686
Author:    Tim Rühsen
Assignee:  

Right now fuzzing covers just 33.5% of GnuTLS code lines (40% function coverage).

We should try to increase the coverage.

How to display the fuzz coverage:
```
./configure --disable-doc --enable-code-coverage
make clean
make
make -C fuzz check
make code-coverage-capture CODE_COVERAGE_IGNORE_PATTERN='*/include/* /home/tim/src/gnutls/gl/*'
xdg-open file:///home/tim/src/gnutls/GnuTLS-3.6.6-coverage/index.html
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/686
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190127/a449d065/attachment.html>


More information about the Gnutls-devel mailing list