From 2359510ddb135dcc6e80153f51cff0a97b20b597 Mon Sep 17 00:00:00 2001 From: Solar Designer Date: Mon, 26 Jan 2004 04:22:18 +0300 Subject: Re: [perl #15063] /tmp issues Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258 --- pod/perlobj.pod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pod/perlobj.pod') diff --git a/pod/perlobj.pod b/pod/perlobj.pod index 156a0b8506..7d7beaf477 100644 --- a/pod/perlobj.pod +++ b/pod/perlobj.pod @@ -535,15 +535,15 @@ two-phased garbage collection: warn "time to die..."; exit; -When run as F, the following output is produced: - - starting program at /tmp/test line 18. - CREATING SCALAR(0x8e5b8) at /tmp/test line 7. - CREATING SCALAR(0x8e57c) at /tmp/test line 7. - leaving block at /tmp/test line 23. - DESTROYING Subtle=SCALAR(0x8e5b8) at /tmp/test line 13. - just exited block at /tmp/test line 26. - time to die... at /tmp/test line 27. +When run as F, the following output is produced: + + starting program at /foo/test line 18. + CREATING SCALAR(0x8e5b8) at /foo/test line 7. + CREATING SCALAR(0x8e57c) at /foo/test line 7. + leaving block at /foo/test line 23. + DESTROYING Subtle=SCALAR(0x8e5b8) at /foo/test line 13. + just exited block at /foo/test line 26. + time to die... at /foo/test line 27. DESTROYING Subtle=SCALAR(0x8e57c) during global destruction. Notice that "global destruction" bit there? That's the thread -- cgit v1.2.1