DescriptionMove the known CT logs to the read-only data segment
Due to a quirk in VC++ it is easy to accidentally prevent
a const global array from being placed in the read-only
data segment. This change removes a should-be-harmless
'const' keyword to work around this quirk and move
~256 bytes to the .rdata (read-only) data segment.
VC++ bug is https://connect.microsoft.com/VisualStudio/feedback/details/3117602
BUG=677351
Review-Url: https://codereview.chromium.org/2613723005
Cr-Commit-Position: refs/heads/master@{#441804}
Committed: https://chromium.googlesource.com/chromium/src/+/90aef9d95d98c323811bc8ac8ae86570954c6d8c
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|