This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [perl #31459] Bug in read()
authorChris Heath <chris@heathens.co.nz>
Mon, 6 Sep 2004 00:03:12 +0000 (20:03 -0400)
committerDave Mitchell <davem@fdisolutions.com>
Tue, 14 Sep 2004 21:57:10 +0000 (21:57 +0000)
commit6960c29afe6e3b12a2656bad7e38c80aa2c13fad
tree4d8049e137301c80e1fdbd7734c29bf43851e196
parente763e3dc1f6aaacf9b75417484c98496493059ec
Re: [perl #31459] Bug in read()
Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>

a read(F) into a UTF8-encoded buffer with an offset off the
end of the buffer, miss-calculated buffer lengths

p4raw-id: //depot/perl@23321
pp_sys.c