Workaround for perl problem where evaluating UTF8 regexes can cause
Andrew Dunstan <andrew@dunslane.net>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plperl/GNUmakefile | modified | +2 −1 |
| src/pl/plperl/plperl.c | modified | +50 −1 |