This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
doio.c: Change strchr to memchr
authorKarl Williamson <khw@cpan.org>
Sat, 25 Mar 2017 20:51:19 +0000 (14:51 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 6 Nov 2017 21:31:45 +0000 (14:31 -0700)
commit9a73c0b88245534a208321879e36c862e63ee58a
tree527274ae29902e4602188751fa435bfbaa3296af
parent5716a028c7461672700c451fd2f25daa794a88bd
doio.c: Change strchr to memchr

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