This is an automated email from the ASF dual-hosted git repository.
centic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
from 58ac8d05f0 throw exception if getAlpha returns very large value (that
is too big for int) (#1000)
new 8df367310c Avoid some more NPEs on slightly broken documents
new e54ba888e2 Log instead of an assertion
new c9b37678cc Introduce getComplexSize()
new 66109187d1 Only allocate the required size for EscherComplexProperty
new beab88fb0e Remove obsolete if-condition
new d1f0a88ea1 Avoid NPE in XSLFDiagram
new d1f3f9489f Add check for too large allocation in SharedFormulaGroup
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/poi/xslf/usermodel/XSLFDiagram.java | 4 +++
.../org/apache/poi/xslf/usermodel/XSLFTextRun.java | 4 ++-
.../org/apache/poi/hwmf/record/HwmfEscape.java | 8 +++++-
.../java/org/apache/poi/hwmf/TestHwmfParsing.java | 28 ++++++++++++++++++---
.../org/apache/poi/ddf/EscherArrayProperty.java | 8 +++---
.../org/apache/poi/ddf/EscherComplexProperty.java | 22 ++++++++++------
.../org/apache/poi/ddf/EscherContainerRecord.java | 9 +------
.../org/apache/poi/ddf/EscherPropertyFactory.java | 2 +-
.../hssf/record/aggregates/SharedValueManager.java | 9 ++++++-
poi/src/main/java/org/apache/poi/util/IOUtils.java | 8 +++---
.../apache/poi/hssf/dev/TestBiffDrawingToXml.java | 2 ++
.../org/apache/poi/hssf/dev/TestBiffViewer.java | 1 +
.../org/apache/poi/hssf/dev/TestFormulaViewer.java | 1 +
.../org/apache/poi/hssf/dev/TestRecordLister.java | 1 +
...se-minimized-POIHPBFFuzzer-6325615354773504.pub | Bin 0 -> 2042 bytes
...-minimized-POIXSLFFuzzer-6071540680032256.pptx} | Bin 23331 -> 25802 bytes
...se-minimized-POIHSSFFuzzer-4734163573080064.xls | Bin 0 -> 7168 bytes
test-data/spreadsheet/stress.xls | Bin 76800 -> 77312 bytes
18 files changed, 77 insertions(+), 30 deletions(-)
create mode 100644
test-data/publisher/clusterfuzz-testcase-minimized-POIHPBFFuzzer-6325615354773504.pub
copy
test-data/slideshow/{clusterfuzz-testcase-minimized-POIXSLFFuzzer-4838644450394112.pptx
=> clusterfuzz-testcase-minimized-POIXSLFFuzzer-6071540680032256.pptx} (61%)
create mode 100644
test-data/spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-4734163573080064.xls
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]