Fuzzing libc

This page is dedicated to fuzz-testing a libc implementation. Since libc is a collection of loosely-connected interfaces it is hard or impossible to fuzz libc as a whole. However successful attempts has been made to fuzz parts of libc.

This page is incomplete, input is welcome!

Fuzzing regular expressions and wildcards

Notes on fuzzing wordexp

As shown above, wordexp() is an interesting target for fuzzing (i.e. it has a few bugs that a fuzzer can discover). However it is also a challenging target for a set of reasons:

None: FuzzingLibc (last edited 2016-05-02 20:41:44 by KostyaSerebryany)