January 4, 2020
View 898c08f

Formatting touch-up

Micah Snyder authored on 2020/01/04 05:53:29
View 206dbae

Update copyright dates for 2020

Micah Snyder authored on 2020/01/04 05:44:07
July 16, 2019
View 88d271c

Added pdf max object checks to limit max # of objects but continue scanning those that have already been found.

Micah Snyder (micasnyd) authored on 2019/07/16 07:10:24
June 19, 2019
View df52009

pdf.c formatting fixes.

Micah Snyder authored on 2019/06/19 04:09:21
May 6, 2019
View 88ce6b8

Fix to dereference pdf pointer after NULL check, not before.

Micah Snyder authored on 2019/05/06 03:58:22
May 5, 2019
View 4524c39

Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.

Micah Snyder authored on 2019/05/05 04:54:54
May 4, 2019
View ca8b4c4

Assortment of warning fixes.

Micah Snyder authored on 2019/05/04 07:25:17
March 20, 2019
View e2b774d

pdf: handle dictionary object with newlines.

Clement Lecigne authored on 2019/03/20 21:29:32
March 6, 2019
View a8ca966

Clean up of PDF object finding logic. Changes include recording object sizes as objects are found, identifying object streams in the object parsing section instead of the PDF parsing section, and limiting of stream and other object parsing to the size of the object instead of the size of the PDF. It is also easier to read and includes more inline documentation.

Micah Snyder authored on 2019/03/06 11:15:41
January 23, 2019
View 25d7253

fuzz - 12181 - Fixed 1-byte buffer over-read in PDF parser.

Micah Snyder authored on 2019/01/23 08:04:53
View 1e50361

fuzz - 12168 - Fix for 1 byte out of bounds read in PDF parser. Fix includes a check to ensure that it is safe to index -1 from the start of an object a well as additional checks to invalidate some negative integer values.

Micah Snyder authored on 2019/01/23 04:15:46
View da15bcf

fuzz - 12149 - Fix for out of bounds read in PDF object stream parsing code.

Micah Snyder authored on 2019/01/23 03:53:29
View da8d941

fuzz - 12131, 12132, 12205 - Speed up PDF parse speed for truncated (or otherwise malformed) PDFs.

Micah Snyder authored on 2019/01/23 03:20:56
December 21, 2018
View 3e77daa

pdf: fix octal conversion in pdf_readstring.

Clement Lecigne authored on 2018/12/21 22:32:54
November 15, 2018
View 479a9a2

Fixes for issues identified by coverity.

Micah Snyder authored on 2018/11/15 06:58:30