Hi Tim, > What about fuzzing ? > I just work on OSS-Fuzz[1] integration for Wget2. Is There interest in a > 'starter' for gnulib with a example fuzz code ?
Gnulib by itself does not provide functionality that consumes input. But Gnulib provides common coding patterns for packages that use the GNU Build System, and some such packages (gettext, grep, guile, gzip, sed, tar, texinfo maybe?) could probably make use of an OSS-FUZZ integration. If you have a Makefile.am pattern for this, it would be interesting for Gnulib. Bruno [1] https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html