[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

[GitHub] [poi] ebourg opened a new pull request, #462: Update the number of property blocks in the POIFS header block

2023-05-03 Thread via GitHub
ebourg opened a new pull request, #462: URL: https://github.com/apache/poi/pull/462 This fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[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: