From 2e8afc0c016cee39f56eb5e88ace66ed7f09c7b5 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 9 Aug 2023 05:45:21 +0000 Subject: Bug 66425: Avoid a StackOverflowException found via oss-fuzz We try to avoid causing StackOverflow, but it was possible to trigger one here with a specially crafted input-file. This puts a limit on the number of nested properties in place and logs a warning when the StyleSheet is not fully parsed. Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61252 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911563 13f79535-47bb-0310-9956-ffa450edef68 --- ...estcase-minimized-POIHWPFFuzzer-4947285593948160.doc | Bin 0 -> 56832 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test-data/document/clusterfuzz-testcase-minimized-POIHWPFFuzzer-4947285593948160.doc (limited to 'test-data/document') diff --git a/test-data/document/clusterfuzz-testcase-minimized-POIHWPFFuzzer-4947285593948160.doc b/test-data/document/clusterfuzz-testcase-minimized-POIHWPFFuzzer-4947285593948160.doc new file mode 100644 index 0000000000..ce753c01b2 Binary files /dev/null and b/test-data/document/clusterfuzz-testcase-minimized-POIHWPFFuzzer-4947285593948160.doc differ -- cgit v1.2.3