Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Issue 812843004: Fix an array size mismatch. (Closed)

Created:
5 years, 11 months ago by Lei Zhang
Modified:
5 years, 11 months ago
CC:
pdfium-reviews_googlegroups.com, inferno
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix an array size mismatch. The g_UnicodeData_Normalization_Map2 array is initialized with a size of 1724 in core\src\fpdftext\unicodenormalizationdata.cpp but its size is 1734 (+10) in core\src\fpdftext\unicodenormalization.cpp, 1724 seems to be the real size (i.e. there's 1724 values in the initialization list). BUG=446057 Original Author: sebmarchand@chromium.org Original CL: https://codereview.chromium.org/837523002/ Committed: https://pdfium.googlesource.com/pdfium/+/f96404951bc1505887e2567088b59206316c9297

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M core/src/fpdftext/unicodenormalization.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Lei Zhang
5 years, 11 months ago (2015-01-05 22:34:39 UTC) #2
Lei Zhang
Committed patchset #1 (id:1) manually as f96404951bc1505887e2567088b59206316c9297 (tree was closed).
5 years, 11 months ago (2015-01-05 22:35:47 UTC) #3
inferno
5 years, 11 months ago (2015-01-05 22:40:30 UTC) #5
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698