Skip to content
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

35974: jsoup:XmlFuzzer: Timeout in XmlFuzzer #1578

Closed
jhy opened this issue Jul 11, 2021 · 2 comments
Closed

35974: jsoup:XmlFuzzer: Timeout in XmlFuzzer #1578

jhy opened this issue Jul 11, 2021 · 2 comments
Labels
fixed fuzz An issue found by the OSS Fuzz project
Milestone

Comments

@jhy
Copy link
Owner

jhy commented Jul 11, 2021

Detailed Report: https://oss-fuzz.com/testcase?key=4659922406080512

Project: jsoup
Fuzzing Engine: libFuzzer
Fuzz Target: XmlFuzzer
Job Type: libfuzzer_asan_jsoup
Platform Id: linux

Crash Type: Timeout (exceeds 60 secs)
Crash Address:
Crash State:
XmlFuzzer

Sanitizer: address (ASAN)

Crash Revision: https://oss-fuzz.com/revisions?job=libfuzzer_asan_jsoup&revision=202107070611

Reproducer Testcase: https://oss-fuzz.com/download?testcase_id=4659922406080512

Issue filed automatically.

@jhy jhy added fuzz An issue found by the OSS Fuzz project duplicate This is a duplicate issue or root-cause of another issue labels Jul 11, 2021
@jhy
Copy link
Owner Author

jhy commented Jul 11, 2021

Dupe rootcause as #1580

@jhy jhy closed this as completed Jul 11, 2021
@jhy jhy removed the duplicate This is a duplicate issue or root-cause of another issue label Jul 13, 2021
@jhy
Copy link
Owner Author

jhy commented Jul 14, 2021

Still firing - I see the fuzzer is timing out in 60 seconds, but I can run 500 iters of the same data in 10 seconds. So possibly an anemic CPU. In profiling, see that adding 38K attributes is causing overhead and far out of bounds of reality, so will cap it.

jhy added a commit that referenced this issue Jul 14, 2021
Prevents runaway situations

Should improve #1578
@jhy jhy added the fixed label Sep 6, 2021
@jhy jhy added this to the 1.14.2 milestone Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed fuzz An issue found by the OSS Fuzz project
Projects
None yet
Development

No branches or pull requests

1 participant