| Index: net/cert/x509_util.cc
|
| diff --git a/net/cert/x509_util.cc b/net/cert/x509_util.cc
|
| index 8729e560c64aecefb4befcdf59389a99429e5b6d..490252c6a4de5f90aa312f09636ef6b40cc48149 100644
|
| --- a/net/cert/x509_util.cc
|
| +++ b/net/cert/x509_util.cc
|
| @@ -127,7 +127,8 @@ bool ParseCertificateSandboxed(const base::StringPiece& certificate,
|
| der::Input cert_data(certificate);
|
| der::Input tbs_cert, signature_alg;
|
| der::BitString signature_value;
|
| - if (!ParseCertificate(cert_data, &tbs_cert, &signature_alg, &signature_value))
|
| + if (!ParseCertificate(cert_data, &tbs_cert, &signature_alg, &signature_value,
|
| + nullptr))
|
| return false;
|
|
|
| ParsedTbsCertificate parsed_tbs_cert;
|
|
|