Record-style reads in Perl_sv_gets have to be done with read(), not
authorCraig A. Berry <craigberry@mac.com>
Sun, 4 May 2008 22:25:44 +0000 (22:25 +0000)
committerCraig A. Berry <craigberry@mac.com>
Sun, 4 May 2008 22:25:44 +0000 (22:25 +0000)
commit048d9da8ec2370ce3e00d2fda9649ad63736ab2f
tree3fcfc3335755836a8c1f4809fd62d9825fe59966
parentd7a49bad0e1537084bd88728b2db4b4913a3dc18
Record-style reads in Perl_sv_gets have to be done with read(), not
fread() on VMS, and have been for some time.  Except that ain't gonna
work with PerlIO::Scalar's in-memory files.  Old bug exposed by new
test in #33769.

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