DescriptionBreak 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 #
Messages
Total messages: 5 (0 generated)
|