This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Avoid use of unsafe function
authorKarl Williamson <khw@cpan.org>
Fri, 1 Feb 2019 18:43:10 +0000 (11:43 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 5 Feb 2019 04:00:50 +0000 (21:00 -0700)
commitdbb3849a8c02c652b48b25b770fc36b743b162db
treeb7177d1a50305df54c058ecac6acb2e721e715a1
parent02601e33951e916a19e46272146a0b59862aaff5
pp.c: Avoid use of unsafe function

The function is unsafe because it doesn't check for running off the end
of the buffer if presented with illegal UTF-8.  The only remaining use
now is from mathoms.c.
embed.fnc
embed.h
invlist_inline.h
pp.c
proto.h