more kxml fuck ups fixed

iNPUTmice created

Change summary

src/eu/siacs/conversations/xml/XmlReader.java | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

src/eu/siacs/conversations/xml/XmlReader.java 🔗

@@ -79,6 +79,8 @@ public class XmlReader {
 			}
 		} catch (ArrayIndexOutOfBoundsException e) {
 			throw new IOException("xml parser mishandled ArrayIndexOufOfBounds", e);
+		} catch (StringIndexOutOfBoundsException e) {
+			throw new IOException("xml parser mishandled StringIndexOufOfBounds", e);
 		}
 		return null;
 	}