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
August 19, 2015
View f4cbcd5

cid 12123 - fix error state in allocating memory in pdf finalize

Kevin Lin authored on 2015/08/19 03:52:55
View 76c9c9d

cid 12135/12134 - fix error state for allocating memory in pdf parsing

Kevin Lin authored on 2015/08/19 03:29:33
August 15, 2015
View 218e162

bb#11372 - finalize encrypted hex strings correctly

Kevin Lin authored on 2015/08/15 01:22:49
June 18, 2015
View c00baa3

Beef up iconv_open error messages to show the source encoding and strerror.

Steven Morgan authored on 2015/06/18 00:59:35
April 2, 2015
View 9d33052

pdf: correctly handle encryption objects to decrypt

Kevin Lin authored on 2015/04/02 06:41:59