This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tru64: PerlIO_tell() was returning about one _megabyte_ for
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 3 May 2003 04:52:09 +0000 (04:52 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 3 May 2003 04:52:09 +0000 (04:52 +0000)
commit58f1856e573b4625770ae64ce5ffb8ff06dc461f
tree1b7b1aa0a9697afeb184a4634b13a28f661ea015
parent2347ae6c7f592dfae9dd8c4fdd43c29a77207bf3
Tru64: PerlIO_tell() was returning about one _megabyte_ for
the fp offset, which was quite a big larger than the input file,
which meant that the SvGROW tried to grow the file to about
2**64-2**20, which made safesysrealloc() to understandably
croak (in argv.t).

p4raw-id: //depot/perl@19390
sv.c