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

Issue 456853002: Break labels apart in preloaded list. (Closed)

Created:
6 years, 4 months ago by agl
Modified:
6 years, 4 months ago
Reviewers:
palmer
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Break labels apart in preloaded list. Since the hosts are stored in DNS wire format (with length-prefixed labels), any labels that start with a digit cause an escape like "\0071..." (that's length=7, first byte of the label = "1"). But this causes a warning in Visual Studio and breaks the build. This change splits the length bytes from the labels so that this warning doesn't happen. BUG=none R=palmer@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288443

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+638 lines, -638 lines) Patch
M net/http/transport_security_state_static.h View 1 chunk +638 lines, -638 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
agl
6 years, 4 months ago (2014-08-08 17:56:17 UTC) #1
palmer
LGTM It would have been OK to just fix it in the 1 place where ...
6 years, 4 months ago (2014-08-08 20:38:01 UTC) #2
agl
The CQ bit was checked by agl@chromium.org
6 years, 4 months ago (2014-08-08 20:39:02 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/456853002/1
6 years, 4 months ago (2014-08-08 20:40:23 UTC) #4
agl
6 years, 4 months ago (2014-08-08 21:47:27 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as 288443 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698