Arthur Chan
Arthur Chan
Create fuzzer
Create fuzzers
Create fuzzers
create first fuzzer
This PR is targeting step 2 and 3 from Issue https://github.com/ossf/fuzz-introspector/issues/536 Signed-off-by: Arthur Chan
Integrate support for Java fuzzing. The tentative steps: 1. Add a set of java test cases with different classes, packages and library usage to demonstrate basic support for java projects....
Currently, the calltree generation for python project relies on the PyCG project to analyse and generate a full FuzzerLog.data file for each of the fuzzer in the project. It was...
This fixes a possible OutOfMemory problem and NegativeArraySizeException in diffutils/src/me/xdrop/diffutils/DiffUtils.java. In the `getEditOps()` method of the DiffUtils class, the length of two strings (after removing matching suffix) are used to...
In #10906, the logic has skipped the removal of duplication for the fuzzer classes in the base directory because fuzzer classes don't have duplication in the jar files. But in...
This fixes an unwrapped NullPointerException where a null value could be returned from getcoordinate() method in modules/core/src/main/java/org/locationtech/jts/geom/Point.java. The `getCoordinate()` method in the Point class will return a null value if...