0
Files
src/printing
Alex Gough 9e9646aa9c Validate iterator before dereferencing in printed document
In PrintedDocument::GetPage() adds a CHECK(it != _.end())
between it = _.find() and it->_;

Bug: 351745839
Change-Id: I3e31812600dca846cec0fb3b84c67168398e0234
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5742265
Reviewed-by: Alan Screen <awscreen@chromium.org>
Commit-Queue: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1333609}
2024-07-26 16:38:25 +00:00
..

//printing contains foundational code that is used for printing. It can depend on other low-level directories like //cc/paint and //ui, but not higher level code like //components or //content. Higher level printing code should live in //components/printing or the embedder.