Chromium Code Reviews
DescriptionFix size_t truncations in net for 64-bit VS 2015
These changes are enough to get the net portions of Chromium building
with VS 2015 in 64-bit gn builds. The changes are all to fix warnings
about truncation from size_t to smaller types.
A mixture of static_cast and checked_cast was used depending on whether
the truncation could be proved correct and whether the code was in a
test.
R=rsleevi@chromium.org
BUG=440500
Committed: https://crrev.com/ef12824d24aba9469533cb6256eccded3297e94d
Cr-Commit-Position: refs/heads/master@{#362345}
Patch Set 1 #
Total comments: 3
Patch Set 2 : CR feedback #
Messages
Total messages: 14 (6 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||