Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: net/android/keystore_openssl.cc

Issue 506813002: Fix overzealous CHECK in custom EC_KEYs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/ssl/openssl_platform_key_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/keystore_openssl.cc
diff --git a/net/android/keystore_openssl.cc b/net/android/keystore_openssl.cc
index 09ecaf3c57911cb6f89de8b8a92f2b6422fcb143..fc4fcf509196b6b5ca765db0ef01251d414ea905 100644
--- a/net/android/keystore_openssl.cc
+++ b/net/android/keystore_openssl.cc
@@ -92,7 +92,7 @@ int ExDataDup(CRYPTO_EX_DATA* to,
int index,
long argl,
void* argp) {
- CHECK(false);
+ CHECK_EQ((void*)NULL, *from_d);
return 0;
}
« no previous file with comments | « no previous file | net/ssl/openssl_platform_key_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698