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) { |