From 9ae14ef6f024b9e5390614b0b2d455777eda3435 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 12 Aug 2023 17:37:14 +0000 Subject: Bug 66425: Avoid a ClassCastException found via oss-fuzz We try to avoid throwing ClassCastException, 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=61400 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911618 13f79535-47bb-0310-9956-ffa450edef68 --- test-data/spreadsheet/stress.xls | Bin 46592 -> 46592 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 6b2669be74..00b8ca4dea 100644 Binary files a/test-data/spreadsheet/stress.xls and b/test-data/spreadsheet/stress.xls differ -- cgit v1.2.3