[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 --- Comment #4 from Emmanuel Bourg --- The fix is incomplete, according to the CFB specification the number of directory sectors must be set to zero for files using the format version 3 (with 512 byte sectors). I'll update the patch. -- You

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Dominik Stadler changed: What|Removed |Added Severity|normal |enhancement -- You are receiving

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Sebastian Stamm changed: What|Removed |Added CC|s.stam...@gmail.com | -- You are receiving this mail

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Sebastian Stamm changed: What|Removed |Added CC||s.stam...@gmail.com -- You are

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 Emmanuel Bourg changed: What|Removed |Added Keywords||PatchAvailable

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 --- Comment #2 from Nick Burch --- The code to work with the file header is: https://github.com/apache/poi/blob/trunk/poi/src/main/java/org/apache/poi/poifs/storage/HeaderBlock.java And the offsets are defined in:

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 --- Comment #1 from PJ Fanning --- POI does not have explicit support for MSI files. There are no tests that I can find in our code base for MSI files. I don't see any mention of MSI in our docs. If you would like to work on adding some MSI