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)
commit2d23b67d0bc83412a5f131a5e6e54709ae496149
treedf45328ffa89ac05e9b220f478ba84853897e32f
parent986b30b5f996dc2c74bee480fd37e6137f0e7768
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/plperl.c