Olly Stephens
-
2009-07-12
If you call xslt transform with an odd number of param value arguments, it dumps core because it is expecting an even number but doesn't verify that's what it has.
Attached is a tiny patch against 3.2 that stops the crash by throwing the wrong # args error in this situation.