diff options
Diffstat (limited to 'net/socket/ssl_host_info.cc')
-rw-r--r-- | net/socket/ssl_host_info.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_host_info.cc b/net/socket/ssl_host_info.cc index bc4a43e..f4edcc6 100644 --- a/net/socket/ssl_host_info.cc +++ b/net/socket/ssl_host_info.cc @@ -64,7 +64,7 @@ bool SSLHostInfo::ParseInner(const std::string& data) { State* state = mutable_state(); Pickle p(data.data(), data.size()); - void* iter = NULL; + PickleIterator iter(p); int num_der_certs; if (!p.ReadInt(&iter, &num_der_certs) || |