This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate utf8_to_uvchr() and utf8_to_uvuni()
authorKarl Williamson <public@khwilliamson.com>
Mon, 19 Mar 2012 22:31:18 +0000 (16:31 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Mar 2012 00:23:44 +0000 (18:23 -0600)
commit977c1d31fff4d41aa42e40c904fe08b509e3a34e
tree6dc75d828245a74564c25954ec7096938adc2572
parent4b88fb76efce8c436e63b907c9842345d4fa77c7
Deprecate utf8_to_uvchr() and utf8_to_uvuni()

These functions can read beyond the end of their input strings if
presented with malformed UTF-8 input.  Perl core code has been converted
to use other functions instead of these.
embed.fnc
pod/perldelta.pod
proto.h
utf8.c