beckchr / staxon

JSON via StAX
107 stars 47 forks source link

char array positioning error in getTextCharacters #24

Closed palek closed 10 years ago

palek commented 10 years ago

AbstractXMLStreamReader.getTextCharacters throws ArrayIndexOutOfBoundsException if the number of the characters is greater than the buffer's length.

java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at de.odysseus.staxon.base.AbstractXMLStreamReader.getTextCharacters(AbstractXMLStreamReader.java:588) at de.odysseus.staxon.base.AbstractXMLStreamReaderTest.testTextCharacters(AbstractXMLStreamReaderTest.java:87)