This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make uv_to_utf8() to zero-terminate its output buffer,
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 3 Dec 2000 20:57:19 +0000 (20:57 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 3 Dec 2000 20:57:19 +0000 (20:57 +0000)
commitad391ad9bbfeaf73d3944b50240313a5677bcc60
tree270b2e4acd993a5e6c9721113cd4130e6ca64f4e
parent801ca9cd5af7c86da741a601b4721bff3f94f9cd
Make uv_to_utf8() to zero-terminate its output buffer,
always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.

p4raw-id: //depot/perl@7967
op.c
pp.c
regcomp.c
regexec.c
sv.c
toke.c
utf8.c