You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the parser seems to encounter an element with an attribute that has a long value, the getStringFromStringTable method throws an ArrayIndexOutOfBoundsException.
Here exactly :
The file causing this behavior looks like this :
The text was updated successfully, but these errors were encountered:
java.lang.ArrayIndexOutOfBoundsException: length=452; index=452
at fr.xgouchet.axml.CompressedXmlParser.getStringFromStringTable(CompressedXmlParser.java:423)
at fr.xgouchet.axml.CompressedXmlParser.parseStringTable(CompressedXmlParser.java:180)
at fr.xgouchet.axml.CompressedXmlParser.parseCompressedXml(CompressedXmlParser.java:108)
at fr.xgouchet.axml.CompressedXmlParser.parse(CompressedXmlParser.java:73)
at fr.xgouchet.axml.CompressedXmlParser.parseDOM(CompressedXmlParser.java:89)
at com.fizzy.be.ar.StringExtractor$Companion.handleBinaryXML(StringExtractor.kt:127)
I seem to occasionally receive NegativeArraySizeException and NullPointerException: listener must not be null too. This is such a useful library. Fixing these bugs is better than having to rip code out of the AAPT repo.
When the parser seems to encounter an element with an attribute that has a long value, the getStringFromStringTable method throws an ArrayIndexOutOfBoundsException.
Here exactly :
The file causing this behavior looks like this :
The text was updated successfully, but these errors were encountered: