summaryrefslogtreecommitdiff
path: root/external/curl/asan-poison-nsspem.patch.0
blob: 8675f06e6b8b0a1b7e5d4e950d75f4e69be18c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lib/vtls/nss.c
+++ lib/vtls/nss.c
@@ -1942,7 +1942,7 @@
 
   PK11_SetPasswordFunc(nss_get_password);
 
-  result = nss_load_module(&pem_module, pem_library, "PEM");
+  result = CURLE_FAILED_INIT;
   PR_Unlock(nss_initlock);
   if(result == CURLE_FAILED_INIT)
     infof(data, "WARNING: failed to load NSS PEM library %s. Using "