Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | Fix infinite loops caused by calling circular indirect objects | Wei Li | |
There are multiple functions in CPDF_Object class which can cause infinite loop due to recursively calling circular indirect objects. Fix them by deference indirect object first. BUG=pdfium:355 R=jun_fang@foxitsoftware.com, thestig@chromium.org Review URL: https://codereview.chromium.org/1585533002 . |