diff options
author | JUN FANG <jun_fang@foxitsoftware.com> | 2015-05-21 09:56:11 -0700 |
---|---|---|
committer | JUN FANG <jun_fang@foxitsoftware.com> | 2015-05-21 10:08:26 -0700 |
commit | 620fdf04c2a4b62f100780987ef3469fb6859db0 (patch) | |
tree | 45484ac4a15b956d4ae159c30e9573077c5b3032 /.gitignore | |
parent | 24d24506f7e5f185a8f6577f7ccd59dbbad3eed5 (diff) | |
download | pdfium-620fdf04c2a4b62f100780987ef3469fb6859db0.tar.xz |
Merge to XFA: Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer
This issue is trigged by the conversion from unsigned int to signed int.
A large unsigned int is converted to int. It's represented as a negative
int which is used in the condition of while later.
BUG=482639
R=brucedawson@chromium.org
Review URL: https://codereview.chromium.org/1146913003
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions