https://issues.apache.org/bugzilla/show_bug.cgi?id=46391
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #9 from Nick Burch <[email protected]> 2010-04-13 11:08:48 EDT --- Your file really is corrupt - there's nothing sensible that POI can do with it In the header of the file, it contains a list of the sectors that will contain the FAT blocks. The header claims that one of those FAT blocks can be found in sector #11024. However, you file doesn't have that many sectors! The spec is quite clear that the pointer to the FAT sectors must either be the offset to the sector, or 0xFFFFFFFF (FREE) - it's not allowed to point off the end of the file. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
