This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mg.c: Use memchr instead of strchr
authorKarl Williamson <khw@cpan.org>
Sat, 25 Mar 2017 20:53:07 +0000 (14:53 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 6 Nov 2017 21:31:45 +0000 (14:31 -0700)
commit0687887ec42d7028ed860105d754e184af2eae21
tree673566953c8ce7724c2aef514e515a69cce2f1e1
parent9a73c0b88245534a208321879e36c862e63ee58a
mg.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.
mg.c