Workaround for perl problem where evaluating UTF8 regexes can cause

Andrew Dunstan <andrew@dunslane.net>

Commit: 6e73b504491d67ebf9d9cb245115f36b6e04709c
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2007-12-01T15:20:34Z
Releases: 8.3.0
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/GNUmakefile modified +2 −1
src/pl/plperl/plperl.c modified +50 −1