This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.c: Use memchr instead of strchr
authorKarl Williamson <khw@cpan.org>
Sat, 25 Mar 2017 20:55:08 +0000 (14:55 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 6 Nov 2017 21:31:45 +0000 (14:31 -0700)
commitaea1585ca7b05ce6e4dab68540664e1e16bb3007
tree67bc8e1e4058991f20a6a04444c312fc82c866de
parent8725053bce5b3b283c5ad03fc646110acb2a1384
perl.c: Use memchr instead of strchr

This allows things to work properly in the face of embedded NULs.
See the branch merge message for more information.
perl.c