28 Aug
2007
28 Aug
'07
9:16 a.m.
Alan DeKok wrote:
In addition, the safeprint() function does escaping ONLY when it's called, and it's not called from xlat.c because -1 is passed to vp_prints_value(). So the only escaping is done by the module's escape function, which is mostly what we want, right?
With the re-introduction of the -1 handling, yes :) Suggesting to remove it was a misunderstanding on my side. Enrik