wieseljonas / java-libpst

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

PSTTable7C broken if it references items in other than block 0 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The PSTTable7C code will currently generate a null pointer exception if it 
references an item in other than block 0.  The exception is caught and isn't 
fatal as far as I know, but I didn't check where it was caught.

Fix is to add the block offset array to PSTDescriptorItem and to always 
generate it if the if the item is an array of blocks.  It can then be passed as 
a new parameter to the PSTTable7C constructor.

Original issue reported on code.google.com by orin.e...@gmail.com on 10 Aug 2010 at 10:42

GoogleCodeExporter commented 9 years ago
Fixed in svn revision 52.

Original comment by orin.e...@gmail.com on 10 Aug 2010 at 10:43