From dbd88084324d2716517197e76d1feb4b224e1773 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 11 Sep 2023 18:25:01 +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=62216 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912250 13f79535-47bb-0310-9956-ffa450edef68 --- test-data/spreadsheet/stress.xls | Bin 51200 -> 51712 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test-data/spreadsheet') diff --git a/test-data/spreadsheet/stress.xls b/test-data/spreadsheet/stress.xls index 3711182c29..d1b01472d3 100644 Binary files a/test-data/spreadsheet/stress.xls and b/test-data/spreadsheet/stress.xls differ -- cgit v1.2.3