July 16, 2019
View eb89d69

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 0fa4d20

pdf.c formatting fixes.

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

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

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

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 0efcd55

Assortment of warning fixes.

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

pdf: handle dictionary object with newlines.

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

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 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
January 23, 2019
View dd79cd7

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

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

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 ec5d327

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 8910c13

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 57947b8

pdf: fix octal conversion in pdf_readstring.

Clement Lecigne authored on 2018/12/21 22:32:54
December 4, 2018
View 288057e

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
November 15, 2018
View 5087673

Fixes for issues identified by coverity.

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