diff options
author | Dominik Stadler <centic@apache.org> | 2024-07-14 11:26:50 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2024-07-14 11:26:50 +0000 |
commit | fc17f113d8a14341bc753231877d0d9b3c312118 (patch) | |
tree | 9f733c6e7eadc9de7baef436a12c298cdc2e45d9 /poi-integration | |
parent | 7601beb5921fa38fe654ebf8f26d717a4e1966ee (diff) | |
download | poi-fc17f113d8a14341bc753231877d0d9b3c312118.tar.gz poi-fc17f113d8a14341bc753231877d0d9b3c312118.zip |
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent a ClassCastException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66089
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index 2767ca9f72..e54f7da1d6 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -137,6 +137,7 @@ public class TestAllFiles { "spreadsheet/clusterfuzz-testcase-minimized-POIXSSFFuzzer-5089447305609216.xlsx", "spreadsheet/clusterfuzz-testcase-minimized-POIXSSFFuzzer-5089447305609216.xlsx", "spreadsheet/clusterfuzz-testcase-minimized-POIXSSFFuzzer-5089447305609216.xlsx", + "spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-4651309315719168.xls", }); private static final Set<String> EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet( |