office-gobmx/package
Michael Stahl 8d8b9b80b1 package: fix exception handling in DeflateThread (related tdf#91807)
In the bugdoc of tdf#91807 there are at least 49 corrupt zip streams
that raise exceptions in the DeflateThreads.  Because the maximum
allowed number of threads happens to be 48, this results in an infinite
loop in ZipOutputStream::reduceScheduledThreadsToGivenNumberOrLess().

(regression from 7e2ea27e5d)

In case an exception is thrown, don't re-throw it immediately, which
might cause trouble such as leaking all of the ZipOutputEntry instances
in m_aEntries.

Change-Id: Ia74ab8e46fa1349c049d05dbec3454bfbe7d61d9
2016-06-23 11:40:35 +02:00
..
dtd
inc package: fix exception handling in DeflateThread (related tdf#91807) 2016-06-23 11:40:35 +02:00
qa
source package: fix exception handling in DeflateThread (related tdf#91807) 2016-06-23 11:40:35 +02:00
util
CppunitTest_package2_test.mk tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi 2016-06-09 09:47:11 +00:00
Library_package2.mk
Library_xstor.mk
Makefile
Module_package.mk
Package_dtd.mk
README

Reading and writing ZIPs.