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

Unified Diff: nss/lib/util/secport.c

Issue 1843333003: Update NSPR to 4.12 and NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Created 4 years, 9 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
Index: nss/lib/util/secport.c
diff --git a/nss/lib/util/secport.c b/nss/lib/util/secport.c
index 723d89b351d9bb0cd1aa8f94a848589a2837fb21..dcf58934eb94d43c48e280ebe51eb077767534ab 100644
--- a/nss/lib/util/secport.c
+++ b/nss/lib/util/secport.c
@@ -321,7 +321,7 @@ PORT_FreeArena(PLArenaPool *arena, PRBool zero)
}
if (!checkedEnv) {
/* no need for thread protection here */
- doFreeArenaPool = (PR_GetEnv("NSS_DISABLE_ARENA_FREE_LIST") == NULL);
+ doFreeArenaPool = (PR_GetEnvSecure("NSS_DISABLE_ARENA_FREE_LIST") == NULL);
checkedEnv = PR_TRUE;
}
if (zero) {
« nss/lib/util/secoid.c ('K') | « nss/lib/util/secoidt.h ('k') | nss/lib/util/templates.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698