Workaround for perl problem where evaluating UTF8 regexes can cause
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Dec 2007 15:39:49 +0000 (15:39 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Dec 2007 15:39:49 +0000 (15:39 +0000)
commit7c1dd0d9d9977f8c09236e9a7df41f3c381d3580
tree0d319abd73e745703f17dad341949f8c5f285a94
parent7b137e2abe57a395b8f17a7cde3616bbee097063
Workaround for perl problem where evaluating UTF8 regexes can cause
implicit loading of modules, thereby breaking Safe rules.
We compile and call a tiny perl function on trusted interpreter init, after which
the problem does not occur.
src/pl/plperl/GNUmakefile
src/pl/plperl/plperl.c