wieseljonas / java-libpst

Automatically exported from code.google.com/p/java-libpst
1 stars 1 forks source link

Array bounds exception in PSTAppointment #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some PST files have an appointment with recurrence patterns that do not contain 
the ReservedBlock1Size field or anything after it.  An array bounds exception 
is raised when the ReservedBlock1Size is read.

Fix is to check that that the recurrence pattern is big enough before trying to 
read ReservedBlock1Size.

Committed in R66.

Original issue reported on code.google.com by orin.e...@gmail.com on 14 Oct 2010 at 3:57