MCPcopy Create free account
hub / github.com/CodeIntelligenceTesting/jazzer / readObject

Method readObject

src/main/java/jaz/Zer.java:384–388  ·  view source on GitHub ↗
(ObjectInputStream stream)

Source from the content-addressed store, hash-verified

382 // https://docs.oracle.com/javase/7/docs/platform/serialization/spec/input.html#2971), we emit a
383 // finding right in the readObject method.
384 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
385 // Need to read in ourselves to initialize the sanitizer field.
386 stream.defaultReadObject();
387 reportFindingIfEnabled();
388 }
389}

Callers 3

fuzzerTestOneInputMethod · 0.80

Calls 1

Tested by 2

fuzzerTestOneInputMethod · 0.64