This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make /\p{isUserDefined}/ die on taint
authorDavid Mitchell <davem@iabyn.com>
Tue, 22 Feb 2011 16:28:20 +0000 (16:28 +0000)
committerDavid Mitchell <davem@iabyn.com>
Tue, 22 Feb 2011 16:32:33 +0000 (16:32 +0000)
commit0e9be77f0cd6452aaea65088e06f647e82aca5e8
tree3c7c27eb1cef1ad87142b80415541bc5afbf9bd8
parentccdda9cbebc935188ca88f492ce8739de41d890a
make /\p{isUserDefined}/ die on taint

If the string which contains the name of a user-defined character property
function is tainted, then die rather than calling that function.
See [perl #82616].
lib/utf8_heavy.pl
pod/perldiag.pod
pod/perlunicode.pod
t/op/taint.t