From e666d3756eaea55a138e7b2b319bc70ad28bf74d Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 11 Sep 2023 18:25:06 +0000 Subject: Bug 66425: Avoid a NullPointerException found via oss-fuzz We try to avoid throwing NullPointerException, 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=62208 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912251 13f79535-47bb-0310-9956-ffa450edef68 --- test-data/spreadsheet/stress.xls | Bin 51712 -> 52224 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test-data/spreadsheet/stress.xls') diff --git a/test-data/spreadsheet/stress.xls b/test-data/spreadsheet/stress.xls index d1b01472d3..b797f92f28 100644 Binary files a/test-data/spreadsheet/stress.xls and b/test-data/spreadsheet/stress.xls differ -- cgit v1.2.3