598
I Use This!
Very Low Activity

News

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Posted 7 months ago by Elliotte Rusty Harold
Docs build is broken in Java 11 and 17
Posted 7 months ago by selckin
Off-by-one bug w/ surrogates in UTF8Reader
Posted 7 months ago by Elliotte Rusty Harold
Xerces 2.2.0 - 1.4.4 incompatibility
Posted 7 months ago by Elliotte Rusty Harold
I think the bug is in this line in skipSpaces:  } while (XMLChar.isSpace(c = fCurrentEntity.ch[fCurrentEntity.position])); If we have a very long run of spaces that exceeds the buffer length, we run right off the end. This condition also needs to Read more
Posted 7 months ago by Julien De Murcia
Unfortunately, the file is 200 Mb, contains a large number of tags and is highly sensitive. So it is very difficult to anonymize, plus minor changes to the file may cause the error to disappear. I reported the issue hopping that one could fix it Read more
Posted 7 months ago by Elliotte Rusty Harold
This is going to be hard to debug without a reproducer, but " java.lang.ArrayIndexOutOfBoundsException: Index 8192 out of bounds for length 8192" screams that we have a fencepost error near here. Either off by one or a <= that should be a <, Read more
Posted 7 months ago by Peter De Maeyer
Zero byte read on InputStream causes false SAXParseException when LF at end of file
Posted 7 months ago by Julien De Murcia
ArrayIndexOutOfBoundsException when parsing a file
Posted 7 months ago by Julien De Murcia
java.lang.ArrayIndexOutOfBoundsException at org.apache.xerces.impl.XMLEntityScanner.skipSpaces
Posted 7 months ago by Julien De Murcia
I am using Apache Xerces v2.12.2 (packaged with jdk-17.0.13.11-hotspot from Eclipse Temurin on Windows) to parse an XML file with SAX. On one particular xml file, I get this exception : java.lang.ArrayIndexOutOfBoundsException: Index 8192 out of Read more