diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2007-05-01 21:06:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-02 12:17:22 +0000 |
commit | 22846ab4665d8b0497bab48ce4cd23d9c17b64e5 (patch) | |
tree | ebe212eb5cb4a6126961d8e4ec9c4814da98b869 /pod | |
parent | 08ea85ebb7e662ede09f8aeca53b33a16b8e6a1e (diff) | |
download | perl-22846ab4665d8b0497bab48ce4cd23d9c17b64e5.tar.gz |
When FETCHSIZE returns <0 perl segfaults
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>
p4raw-id: //depot/perl@31116
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 1ba0c46fd0..b5d125faa7 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1690,6 +1690,11 @@ you which section of the Perl source code is distressed. (F) Your machine apparently doesn't implement fcntl(). What is this, a PDP-11 or something? +=item FETCHSIZE returned a negative value + +(F) A tied array claimed to have a negative number of elements, which +is not possible. + =item Field too wide in 'u' format in pack (W pack) Each line in an uuencoded string start with a length indicator |