diff options
author | Nicolas Pena <npm@chromium.org> | 2017-01-03 14:33:20 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-01-03 19:50:39 +0000 |
commit | 83c5eaca106f4afed6cceb1b3f336d0146cb10d7 (patch) | |
tree | 2973a1ea01ee822806b3a2f30225ec678a0f98d6 /DEPS | |
parent | 05f541279ec01dfdc76ad6b8b142fa5f04cd544c (diff) | |
download | pdfium-83c5eaca106f4afed6cceb1b3f336d0146cb10d7.tar.xz |
Force stop of page tree traversal when max level reached
The previous implementation, FindPDFPage, was already doing this since
the recursive call was always with return. Currently, we were trying to
keep going even after reaching max level. The problem is that if the
page tree is not a tree, we might loop forever. This could also be
solved by keeping track of the dictionaries that have been visited, but
this solution takes much less space.
BUG=672172
Change-Id: Ia37aea58e92b6068de69f26736c612aa6a0ff4b3
Reviewed-on: https://pdfium-review.googlesource.com/2138
Commit-Queue: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'DEPS')
0 files changed, 0 insertions, 0 deletions