summaryrefslogtreecommitdiff
path: root/src/cdf.c
Commit message (Expand)AuthorAgeFilesLines
* Better fix for previousoriginbadmasterChristos Zoulas2017-03-171-3/+6
* PR/599: Out of bounds read in cdf files.Christos Zoulas2017-03-171-6/+13
* PR/596: Jason Hood: spello in comment.Christos Zoulas2017-02-251-2/+2
* more cast stuff.Christos Zoulas2017-02-101-4/+6
* If we are reading a sector stream that is shorter than the minimum standardChristos Zoulas2017-02-071-2/+2
* PR/593: Clement Lecigne: Fix off-by-oneChristos Zoulas2017-02-011-3/+3
* PR/583: Lukas Koldrt: Don't attempt to read 0 sized stream.Christos Zoulas2016-12-011-1/+4
* more c++ castsChristos Zoulas2016-10-241-2/+2
* Use both the SummaryStream and the DocumentSummaryStream for information.Christos Zoulas2016-10-171-2/+11
* PR/559: It is not an error if the short stream is missing.Christos Zoulas2016-06-201-8/+11
* PR/551: If we found no sections, return.Christos Zoulas2016-06-011-1/+3
* PR/553: Use proper sector size for SAT.Christos Zoulas2016-06-011-4/+4
* better errno setting and error checking.Christos Zoulas2016-05-061-33/+44
* Don't free uninitialized pointer on error.Christos Zoulas2016-04-261-1/+2
* Be more picky about cdf sector handling.Christos Zoulas2016-04-221-18/+35
* use the proper sector size when chasing the chainChristos Zoulas2016-04-221-2/+2
* Fix thumbs parsing (wrong offsets, skip first entry, pack)Christos Zoulas2015-02-281-10/+18
* make debugging code compile againChristos Zoulas2015-02-271-3/+3
* return error on not finding stream.Christos Zoulas2015-01-111-2/+2
* Factor out finding CDF files by directory names. Add quickbooksChristos Zoulas2015-01-111-12/+22
* make sure we leave everything initialized.Christos Zoulas2015-01-051-5/+9
* PR/411: Fix memory corruption from corrupt? thumbs fileChristos Zoulas2015-01-051-18/+32
* Bug + portability fixes from the NetBSD build.Christos Zoulas2015-01-021-12/+14
* WIN32 changes from Angelo PaolittoChristos Zoulas2014-12-041-2/+3
* Don't treat empty chains as an error (Guy Helmer)Christos Zoulas2014-10-221-1/+7
* PR/384: remove %z formats that break windows.Christos Zoulas2014-09-241-2/+2
* recognize encrypted documents.Christos Zoulas2014-08-271-10/+1
* Prevent wrap around (Remi Collet at redhat)Christos Zoulas2014-08-071-1/+5
* Add thumbs.db parsing support.Christos Zoulas2014-07-241-5/+104
* Add missing check offset test (Francisco Alonso, Jan Kaluza at RedHat)Christos Zoulas2014-06-091-2/+6
* Use the proper sector size when checking stream offsets (Francisco Alonso andChristos Zoulas2014-06-041-3/+5
* Fix incorrect bounds check for sector count. (Francisco Alonso and Jan KaluzaChristos Zoulas2014-06-041-4/+5
* CVE-2014-0207: Prevent 0 element vectors and vectors longer than the numberChristos Zoulas2014-05-211-2/+8
* PR/352: Support for Hangul (Korean) Word Processor 5.x Files (*.hwp)Christos Zoulas2014-05-141-4/+13
* Roman I Khimov:Christos Zoulas2014-05-131-1/+6
* Remove loop that kept reading the same offset (Jan Kaluza)Christos Zoulas2014-05-061-14/+6
* Apply patches from file-CVE-2012-1571.patchChristos Zoulas2014-05-051-3/+3
* add some class id matching (from Christoph Biedl)Christos Zoulas2014-02-271-2/+5
* Fix debugging build.Christos Zoulas2014-02-251-4/+7
* fix stray return -1; from glen at delfi dot eeChristos Zoulas2013-02-261-3/+1
* - use preadChristos Zoulas2013-02-181-3/+2
* allow size <= to the size we have not just <Christos Zoulas2012-03-201-4/+4
* Fix bounds checks again.Christos Zoulas2012-02-201-10/+11
* - simplify roundingChristos Zoulas2012-02-201-4/+5
* - add float and double typesChristos Zoulas2012-02-171-21/+53
* add more check found by cert's fuzzer.Christos Zoulas2012-02-171-6/+15
* mv __arraycount() define to file.hChristos Zoulas2011-09-161-5/+1
* PR/193: avoid zerodivideChristos Zoulas2011-08-281-2/+3
* PR/135: Use a different heuristic to recognize a word document if it missingChristos Zoulas2011-08-261-23/+41
* fix cdf buffer setting offset.Christos Zoulas2011-03-301-3/+3