We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found another XML issue via Maven, but not sure if it is rooted in plexus-utils.
hang.xml:
<project /><?>
Test:
mvn -f hang.xml > [INFO] Scanning for projects... # Gets stuck here forever
My profiler shows me that 100% CPU is being spent in: org.codehaus.plexus.util.xml.XmlReader.read().
org.codehaus.plexus.util.xml.XmlReader.read()
I've reported this to Maven in MGN-6374, but I'm not sure which is the right project to report this to.
Versions affected: Maven 3.5.2 and plexus-utils 3.1.0.
This issue was also encountered when fuzzing with JQF.
The text was updated successfully, but these errors were encountered:
That's fine, this is the upstream issue, MNG is the downstream one.
Sorry, something went wrong.
#35: Possible hang in XMLReader
0fd61e2
Solved infinite loop in MXParser when parsing a malformed Processing Instruction.
d2e34c8
#35 Solved infinite loop when parsing malformed Processing Instruction
7e54bff
hboutemy
No branches or pull requests
Found another XML issue via Maven, but not sure if it is rooted in plexus-utils.
hang.xml:
Test:
My profiler shows me that 100% CPU is being spent in:
org.codehaus.plexus.util.xml.XmlReader.read()
.I've reported this to Maven in MGN-6374, but I'm not sure which is the right project to report this to.
Versions affected: Maven 3.5.2 and plexus-utils 3.1.0.
This issue was also encountered when fuzzing with JQF.
The text was updated successfully, but these errors were encountered: