May 5, 2019
View 0284064

Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.

Micah Snyder authored on 2019/05/05 06:28:16
December 4, 2018
View 288057e

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

Micah Snyder authored on 2018/12/04 02:40:13
August 15, 2018
View 1158b28

Added new pdf object stream parsing capability.

Micah Snyder (micasnyd) authored on 2018/08/15 06:00:31
May 25, 2018
View 5090e3b

bb12031 - 0.100.1 - resolving pdf parsing DoS; patch by aCaB

Mickey Sola authored on 2018/05/25 06:02:40
March 15, 2018
View 3690396

bb11980 & bb12008 (again). Change to pdf_parse_string after evaluating function usage and the pdf format.

Micah Snyder authored on 2018/03/15 02:51:20
March 9, 2018
View 8dc0817

bb12008: correction to object length check when parsing strings in pdf dictionaries.

Micah Snyder authored on 2018/03/09 02:22:57
February 22, 2018
View 99eadf7

0.100.x - bb11980 - fixing length check exit condition for pdf string parsing

Mickey Sola authored on 2018/02/22 02:23:34
February 17, 2018
View 495fce9

0.100.x - removing checklen constraint based on key string size when parsing pdf string objects

Mickey Sola authored on 2018/02/17 04:24:07
View 0df2fed

0.100.x - tightening up off-by-one error in pdf string parsing.

Mickey Sola authored on 2018/02/17 03:51:52
January 26, 2018
View 87aaa10

[PATCH] 0.100.x - bb11973 - fixing pdf oob read - suggested solution by Suleman Ali

Mickey Sola authored on 2018/01/26 05:23:03
January 24, 2018
View 700ed96

[PATCH] 0.99.x - bb11980 - fixing oob read in pdf parsing

Mickey Sola authored on 2018/01/24 04:41:26
August 17, 2017
View e09d884

eliminated a large number of warnings, many of which had to do with mixing types. i switched some types to size_t and a couple to ptrdiff_t to make things more consistent, but there is a huge amount of work to be done to make types consistent. int, unsigned int, unsigned, off_t, and other types are ill-suited to storing buffer lengths or memory addresses.

Micah Snyder authored on 2017/08/17 06:31:45
March 17, 2017
View b2e3350

bb11803 - Fix pdf out of bound reference.

Steven Morgan authored on 2017/03/17 04:06:09
October 20, 2016
View 22cb38e

pull request #53(2/4): Spelling fix by klemens(ka7).

Steven Morgan authored on 2016/10/20 04:57:45
September 1, 2015
View 1f29491

pdf: fix octal code conversion resolution

Kevin Lin authored on 2015/09/01 03:13:47