I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 197be5f6 authored by zzz's avatar zzz
Browse files

* SusiMail: AIOOBE fix 3nd try (ticket #1269)

parent 5621e9b3
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ class MailPart { ...@@ -186,7 +186,7 @@ class MailPart {
} }
} }
else if( message ) { else if( message ) {
MailPart newPart = new MailPart(buffer, beginBody, end); MailPart newPart = new MailPart(buffer, beginBody, end - beginBody);
parts.add( newPart ); parts.add( newPart );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment