Dominik Stadler
|
66109187d1
|
Only allocate the required size for EscherComplexProperty
Otherwise a malformed document can cause OOM by reserving
large chunks of memory, but only using little of it.
This fixes https://issues.oss-fuzz.com/issues/476184826
|
2026-01-18 18:28:36 +01:00 |
|
Dominik Stadler
|
f8a8189230
|
Use the proper add-method to perform the check for max number of children
If adding is done without check it can trigger OOM when fuzzing.
This should fix https://issues.oss-fuzz.com/issues/391709145
|
2026-01-10 13:14:34 +01:00 |
|
Dominik Stadler
|
57d746827f
|
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61162
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911459 13f79535-47bb-0310-9956-ffa450edef68
|
2023-08-05 12:13:13 +00:00 |
|
Javen O'Neal
|
34d9764ca5
|
bug 60685: ignore problems with HPBF Publisher Quill Contents PLC hyperlink records so that text extraction can continue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801405 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-10 01:34:30 +00:00 |
|
Nick Burch
|
eda64b0384
|
Add some more test publisher files from bugs #51318 and #51319
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131329 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-04 06:42:39 +00:00 |
|
Yegor Kozlov
|
3ee045c2a2
|
removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-13 16:05:28 +00:00 |
|
Yegor Kozlov
|
2712b14d2f
|
moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-23 12:34:24 +00:00 |
|