diff options
author | Stas Bekman <stas@stason.org> | 2004-02-11 08:53:54 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-02-12 14:32:15 +0000 |
commit | e9137a8ed4f72db2f97084a7d7193875b4d47d12 (patch) | |
tree | a82ff99fd1d0ea336d4eb5794d18b708112d8d93 /perl.c | |
parent | 770c139a437bb4b020b3675d69351268adca1056 (diff) | |
download | perl-e9137a8ed4f72db2f97084a7d7193875b4d47d12.tar.gz |
[comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
Message-ID: <402ACEA2.4020907@stason.org>
p4raw-id: //depot/perl@22299
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -963,7 +963,7 @@ setuid perl scripts securely.\n"); { /* Set PL_origalen be the sum of the contiguous argv[] * elements plus the size of the env in case that it is - * contiguous with the argv[]. This is used in mg.c:mg_set() + * contiguous with the argv[]. This is used in mg.c:Perl_magic_set() * as the maximum modifiable length of $0. In the worst case * the area we are able to modify is limited to the size of * the original argv[0]. (See below for 'contiguous', though.) |