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

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

Created:
5 years, 11 months ago by Sébastien Marchand
Modified:
5 years, 11 months ago
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium@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

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: 13 (6 generated)
Sébastien Marchand
PTAL.
5 years, 11 months ago (2015-01-05 15:59:48 UTC) #2
inferno
lgtm
5 years, 11 months ago (2015-01-05 16:21:48 UTC) #6
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
5 years, 11 months ago (2015-01-05 16:25:53 UTC) #8
Lei Zhang
Landing for you here: https://codereview.chromium.org/812843004/
5 years, 11 months ago (2015-01-05 22:35:06 UTC) #10
brucedawson
Putting declarations of arrays in CPP files is quite dangerous -- there is no easy ...
5 years, 11 months ago (2015-01-05 22:46:52 UTC) #11
Lei Zhang
On 2015/01/05 22:46:52, brucedawson wrote: > Putting declarations of arrays in CPP files is quite ...
5 years, 11 months ago (2015-01-05 23:11:22 UTC) #12
Sébastien Marchand
5 years, 11 months ago (2015-01-06 15:45:17 UTC) #13
Thanks for landing this one for me and for the follow up on it (825983004).

Should we roll deps now ?

Powered by Google App Engine
This is Rietveld 408576698