| 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+");
|
|
|