Workaround for perl problem where evaluating UTF8 regexes can cause

Andrew Dunstan <andrew@dunslane.net>

Commit: d36795142e98a876886b3e4b595d7303cde7bbde
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2007-12-01T15:31:30Z
Releases: 8.2.6
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.

Files

PathChange+/−
src/pl/plperl/plperl.c modified +49 −1