commit | 37f83aaf22844a847fbd34b9531c16b3ca6eadbb | [log] [tgz] |
---|---|---|
author | Andy Phan <andyphan@chromium.org> | Wed Nov 13 18:23:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 13 18:23:13 2024 |
tree | 02b6a20ad6155962f77b60027b5c9587f5c2e264 | |
parent | dac0a0234320d5a532dd6ff62fa7c4c4c30b5171 [diff] |
[PDF Ink Signatures] Fix incorrect numeric limit Fix getting the wrong numeric limit for the InkStrokeId, which would be 0. This caused a PDF renderer crash when the user would draw 2 strokes, undo, and draw a new stroke, triggering a reuse of an InkStrokeId of 0 and failing the numeric limit comparison CHECK. For a safer merge, a regression test will be added in a future CL. Bug: 378724153 Change-Id: I6482866c4be8401215275bf54de33451633ab91d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6019206 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Alan Screen <awscreen@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Andy Phan <andyphan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1382460}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.