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

Unified Diff: nss/lib/pk11wrap/debug_module.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/pk11wrap/debug_module.c
diff --git a/nss/lib/pk11wrap/debug_module.c b/nss/lib/pk11wrap/debug_module.c
index 89ebacca5a3546cf279b4ce5b516b08b448c42b2..bf3eccbf40d846ddda6c302b5fe2cdf423294aaf 100644
--- a/nss/lib/pk11wrap/debug_module.c
+++ b/nss/lib/pk11wrap/debug_module.c
@@ -2685,7 +2685,7 @@ static void print_final_statistics(void)
FILE *outfile = NULL;
int i;
- fname = PR_GetEnv("NSS_OUTPUT_FILE");
+ fname = PR_GetEnvSecure("NSS_OUTPUT_FILE");
if (fname) {
/* need to add an optional process id to the filename */
outfile = fopen(fname,"w+");
« no previous file with comments | « nss/lib/nss/nssoptions.c ('k') | nss/lib/pk11wrap/pk11akey.c » ('j') | nss/lib/util/secoid.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698