From f1589b8d66007d7b0f511fc06a49e89490220aad Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 6 Dec 2023 19:49:38 +0000 Subject: Bug 66425: Avoid exceptions found via poi-fuzz Add an xsb file to ooxml-lite which seems to be missing in some cases Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63652 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914402 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml-lite/missing-xsbs.txt | 1 + ...stcase-minimized-POIFuzzer-5040805309710336.xlsx | Bin 0 -> 5145 bytes test-data/spreadsheet/stress.xls | Bin 60928 -> 61440 bytes 3 files changed, 1 insertion(+) create mode 100644 test-data/spreadsheet/clusterfuzz-testcase-minimized-POIFuzzer-5040805309710336.xlsx diff --git a/poi-ooxml-lite/missing-xsbs.txt b/poi-ooxml-lite/missing-xsbs.txt index ee55b0f796..0ab947f141 100644 --- a/poi-ooxml-lite/missing-xsbs.txt +++ b/poi-ooxml-lite/missing-xsbs.txt @@ -96,6 +96,7 @@ ctwebpublishobjects30d8type ctwrapthrough8b4etype ctwraptightae95type ctwraptopbottom5e13type +fonts7aa2doctype lockedcanvaselement polylineelement relationships93b3doctype diff --git a/test-data/spreadsheet/clusterfuzz-testcase-minimized-POIFuzzer-5040805309710336.xlsx b/test-data/spreadsheet/clusterfuzz-testcase-minimized-POIFuzzer-5040805309710336.xlsx new file mode 100644 index 0000000000..667dea5410 Binary files /dev/null and b/test-data/spreadsheet/clusterfuzz-testcase-minimized-POIFuzzer-5040805309710336.xlsx differ diff --git a/test-data/spreadsheet/stress.xls b/test-data/spreadsheet/stress.xls index 9a4e488e7b..1afd350acd 100644 Binary files a/test-data/spreadsheet/stress.xls and b/test-data/spreadsheet/stress.xls differ -- cgit v1.2.3