forked from I2P_Developers/i2p.i2p
* SusiMail: AIOOBE fix 3nd try (ticket #1269)
This commit is contained in:
@@ -186,7 +186,7 @@ class MailPart {
|
||||
}
|
||||
}
|
||||
else if( message ) {
|
||||
MailPart newPart = new MailPart(buffer, beginBody, end);
|
||||
MailPart newPart = new MailPart(buffer, beginBody, end - beginBody);
|
||||
parts.add( newPart );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user