Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | Fix leak in PredictorSetupDecode by calling tif_cleanup on failure | Nicolas Pena | |
tif_data and tif_cleanup are both set on the TIFFInit methods, see for instance TIFFInitPixarLog. If PredictorSetupDecode fails, whatever was filled on tif_data should be cleaned up. The previous leak fix from PixarLogSetupDecode is no longer necessary. BUG=683834 Change-Id: Ib7dec3fb8addd56fa20f2e85c4ee918222a5f97e Reviewed-on: https://pdfium-review.googlesource.com/2432 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org> | |||
2016-01-07 | XFA: Upgrade to libtiff 4.0.6. | Lei Zhang | |
R=jun_fang@foxitsoftware.com, tsepez@chromium.org Review URL: https://codereview.chromium.org/1563103002 . |