Remove I32 casts from pp_stat, these make stat()
authorPhil Lobbes <phil@perkpartners.com>
Mon, 9 Aug 1999 21:38:54 +0000 (14:38 -0700)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 10 Aug 1999 07:43:03 +0000 (07:43 +0000)
commit1ff81528d9b685c68d4fe91564f636f46d635496
treeb5a8e336520db5c8f229f409a6dbe28ab3b449f5
parent9112abd4c7cab282eaedd0733624fcb0136fb606
Remove I32 casts from pp_stat, these make stat()
very broken e.g. on files larger than 2 gigabytes.
Reported by
To: perl5-porters@perl.org
Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
    UNIX Perl 5.005_03
Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>

There are more of these I32 casts all over pp_sys.c,
all of them should be checked.

p4raw-id: //depot/cfgperl@3944
pp_sys.c