A fuzzer for the FontoXPath engine
A few days ago I wrote a fuzzer for our XPath engine. A fuzzer is essentially a tool for finding bugs in code automatically by generating random inputs for a program and seeing whether it crashes on those inputs. Take a look at the following definition from Wikipedia: Fuzzing or fuzz testing is an automated […]
A fuzzer for the FontoXPath engine Read More »