Allow syswrite with offset same as length of string [perl #70095]
authorGisle Aas <gisle@aas.no>
Thu, 29 Oct 2009 20:30:02 +0000 (21:30 +0100)
committerGisle Aas <gisle@aas.no>
Thu, 29 Oct 2009 20:30:02 +0000 (21:30 +0100)
commit3c9465285f823f6b117f10189230291c75f08e05
tree58a04a809a9c4641586f41c689fe74ce840c4887
parent13f4e2ac11fc84c6dd0c9663e51e31a68e57ae37
Allow syswrite with offset same as length of string [perl #70095]

You are not really outside of the string then, but the effect will
always be a noop since the number of bytes written will be capped
to not exceed the length of the string as for other offsets.
pp_sys.c
t/op/sysio.t