-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial layout for report diffing #758
Conversation
An example of the current output between two runs of
The following is a result from running libarchive first with the following lines commented out https://github.com/google/oss-fuzz/blob/a8cb9370f0dddf33111b1a7ce6d715633d5400df/projects/libarchive/libarchive_fuzzer.cc#L39-L73 and then the complete fuzzer afterwards.
|
There is a lot that can be diffed and we should enable some form of granularity selection. I also think it would be good to start making the code more object oriented, which will make certain things such as serializing data and comparing data more intuitive from a code-level perspective. |
Ref: #734 Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
The ClusterFuzzLite issue is a false positive |
Signed-off-by: David Korczynski <[email protected]>
Ref: #734
Signed-off-by: David Korczynski [email protected]