Re: [PATCH] Increase the limits for recursion and variables on XSLT parsing

2015-02-14 Thread Long, Martin
Dirk, just interested in this. Do you cross compile the win32 binaries? I've been assuming that is what you do, but can't actually find it written down anywhere. On 11 February 2015 at 23:59, Dirk Hohndel d...@hohndel.org wrote: On Feb 11, 2015, at 3:44 PM, Lubomir I. Ivanov

Re: [PATCH] Increase the limits for recursion and variables on XSLT parsing

2015-02-14 Thread Dirk Hohndel
On Sat, Feb 14, 2015 at 11:49:47AM +, Long, Martin wrote: Dirk, just interested in this. Do you cross compile the win32 binaries? I've been assuming that is what you do, but can't actually find it written down anywhere. Yes, they used to be built on a Fedora box using the mingw tools and

Re: [PATCH] Increase the limits for recursion and variables on XSLT parsing

2015-02-11 Thread Dirk Hohndel
On Feb 11, 2015, at 3:44 PM, Lubomir I. Ivanov neolit...@gmail.com wrote: On 8 February 2015 at 22:37, Miika Turkia miika.tur...@gmail.com wrote: + xsltMaxVars = 15; i *strongly* encourage anyone being crazy enough to attempt to build the above libraries from source natively on

Re: [PATCH] Increase the limits for recursion and variables on XSLT parsing

2015-02-11 Thread Lubomir I. Ivanov
On 8 February 2015 at 22:37, Miika Turkia miika.tur...@gmail.com wrote: + xsltMaxVars = 15; the horrors... *rant mode engaged* this global variable (which first of all is a horrible thing API wise and no self respecting library developer should ever use global symbols like that for