aboutsummaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2024-07-16 13:26:16 +0000
committerDominik Stadler <centic@apache.org>2024-07-16 13:26:16 +0000
commit7b15aefae8222b2e61e4d52cddcdfdfff4e29a2b (patch)
tree7e0b19a3e46194f653c67f848bcce6cb33857c58 /poi
parentcc4fbe1c4dd4345d5fd946fba5e8b608b69a1ae4 (diff)
downloadpoi-7b15aefae8222b2e61e4d52cddcdfdfff4e29a2b.tar.gz
poi-7b15aefae8222b2e61e4d52cddcdfdfff4e29a2b.zip
Bug 66425: Avoid exceptions found via poi-fuzz
Avoid a possible OutOfMemoryException with incorrect uniqueCount The ReadOnlySharedStringsTable pre-allocates whatever is stated in uniqueCount. As the uniqueCount may be an incorrect large number, we should cap it at some point to avoid OOMs if corrupt files are processed. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66137 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
0 files changed, 0 insertions, 0 deletions