summaryrefslogtreecommitdiff
path: root/filter/qa/cppunit
AgeCommit message (Expand)AuthorFilesLines
2015-09-18check stream status more oftenCaolán McNamara1-0/+0
2015-09-18fix size check related hangCaolán McNamara1-0/+0
2015-09-18check for legal field sizes before readingCaolán McNamara1-0/+0
2015-09-18check stream statusCaolán McNamara1-0/+0
2015-08-31in reality we are limited to max sal_Int32 hereCaolán McNamara1-0/+6
2015-08-31detect and reject loop in tifCaolán McNamara1-0/+0
2015-08-06tdf#92471: Improve color conversion to MSO highlightingZolnai Tamás1-0/+77
2015-08-06reject invalid tiff dimensionsCaolán McNamara1-0/+0
2015-08-06bail if offsets are past eofCaolán McNamara1-0/+0
2015-08-06fail on short readCaolán McNamara1-0/+0
2015-08-06don't hang on a bad ReadCodeAndDecodeCaolán McNamara1-0/+0
2015-08-06ensure loop ends eventuallyCaolán McNamara1-0/+0
2015-08-06test that nNumStripByteCounts value is within bounds of fileCaolán McNamara1-0/+0
2015-08-06tdf92789 fix reading of some PICT imagesosnola1-0/+0
2015-08-06final check np boundsCaolán McNamara1-0/+0
2015-08-06check np bounds yet againCaolán McNamara1-0/+0
2015-08-06reduce scope, etc, don't loop endlesslyCaolán McNamara1-0/+0
2015-08-06in reality we are limited to max sal_Int32 hereCaolán McNamara1-0/+0
2015-08-06check np boundsCaolán McNamara1-0/+0
2015-08-06check np bounds againCaolán McNamara1-0/+0
2015-08-06in remainingSize consider that its is possible to seek past the endCaolán McNamara1-0/+0
2015-08-06test that nNumStripOffsets value is within bounds of fileCaolán McNamara1-0/+0
2015-08-06don't loop forever if pcx has short readCaolán McNamara1-0/+0
2015-08-06detect another loop in tif formatCaolán McNamara1-0/+0
2015-08-06detect loop in tif formatCaolán McNamara1-0/+0
2015-08-06min size of eps for a preview is 32Caolán McNamara1-0/+0
2015-08-06exception on div by 0Caolán McNamara1-0/+0
2015-08-06tools polygons limited to 16bit indexesCaolán McNamara1-0/+0
2015-08-06don't hang with 0 len causing no progressionCaolán McNamara1-0/+0
2015-08-06avoid hang in short pbmCaolán McNamara6-0/+5
2015-08-06bump size typeCaolán McNamara1-0/+0
2015-08-06check stream state more often for failuresCaolán McNamara1-0/+0
2015-08-06don't hang if at end of streamCaolán McNamara2-0/+25009
2015-08-06file format documentation states these are signedCaolán McNamara1-0/+0
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin11-22/+22
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin11-22/+22
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin11-12/+12
2014-11-17afl: divide-by-zeroCaolán McNamara1-0/+0
2014-11-06update suffixes in .gitignore for filtersCaolán McNamara11-10/+13
2014-11-06add a build-time regression test for pcd file formatCaolán McNamara6-0/+72
2014-10-20add CVE-2013-4979 testCaolán McNamara1-0/+0
2014-10-20add eps import regression testCaolán McNamara6-0/+739
2014-10-18add a regression test for .met filesCaolán McNamara5-0/+72
2014-10-11filter: stop leaking temp files in xsltfilter testMichael Stahl1-0/+4
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist1-2/+0
2014-08-09add test-case for CVE-2010-1681Caolán McNamara1-0/+0
2014-08-09add dxf import testsCaolán McNamara4-0/+72
2014-07-24cppunittest_filter_xslt: fix "filter_xslt unit test failed" for OSX <10.6Douglas Mencken1-0/+2
2014-07-07fdo#80955 - add a unit test.Michael Meeks1-0/+94