diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-05-26 09:37:01 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-26 18:29:46 +0000 |
commit | 741c362fb75fd8acd2ed2059c6e3e716a63a7ac8 (patch) | |
tree | b97aa74db40168128b7ec64f9fa2ef5191e7eb4a /core/fxcrt/cfx_unowned_ptr.h | |
parent | d9281818c09a628668202558fbd1b79f39a98e4c (diff) | |
download | pdfium-741c362fb75fd8acd2ed2059c6e3e716a63a7ac8.tar.xz |
Avoid dangling encrypt dict pointer in CPDF_Parser
CPDF_Parser::StartParse should release the current encrypt dict
before trashing it by calling RebuildCrossRef() at cpdf_parser.cpp:195.
This gives rise to the pattern that calls to ReleaseEncryptHandler()
are followed by SetEncryptDict(nullptr), so just move the later into
the former.
Bug: 726503
Change-Id: I38bc81f0c0416812035a8a2541c09e875f1fb49a
Reviewed-on: https://pdfium-review.googlesource.com/6030
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcrt/cfx_unowned_ptr.h')
0 files changed, 0 insertions, 0 deletions