Move 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}
Showing
Please register or sign in to comment