Chromium Code Reviews| Index: net/http/transport_security_state.cc |
| diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc |
| index 08d1f8ac5c8ee6e449bb80d4738ca3b03cb1e50a..3fb95dde9a30666d7ca20abd212c06be775ed026 100644 |
| --- a/net/http/transport_security_state.cc |
| +++ b/net/http/transport_security_state.cc |
| @@ -541,7 +541,7 @@ struct PublicKeyPins { |
| struct HSTSPreload { |
| uint8 length; |
| bool include_subdomains; |
| - char dns_name[34]; |
| + char dns_name[38]; |
|
cbentzel
2013/04/30 18:28:09
Curious: Do long names trigger compile-time warnin
palmer
2013/04/30 18:33:09
Yep. (Thankfully.)
|
| bool https_required; |
| PublicKeyPins pins; |
| SecondLevelDomainName second_level_domain_name; |