Workaround for perl problem where evaluating UTF8 regexes can cause

Andrew Dunstan <andrew@dunslane.net>

Commit: 63276b7f6c7c7bec38b75ad99f62fddc834adf0c
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2007-12-01T15:39:49Z
Releases: 8.1.11
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