diff options
Diffstat (limited to 'source/l/libxslt/libxslt.xsltMaxDepth.diff')
-rw-r--r-- | source/l/libxslt/libxslt.xsltMaxDepth.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/libxslt/libxslt.xsltMaxDepth.diff b/source/l/libxslt/libxslt.xsltMaxDepth.diff new file mode 100644 index 00000000..9ba2c9b6 --- /dev/null +++ b/source/l/libxslt/libxslt.xsltMaxDepth.diff @@ -0,0 +1,11 @@ +--- ./libxslt/transform.c.orig 2017-08-29 06:20:04.000000000 -0500 ++++ ./libxslt/transform.c 2017-09-25 13:39:52.298942433 -0500 +@@ -66,7 +66,7 @@ + const xmlChar **systemID); + #endif + +-int xsltMaxDepth = 3000; ++int xsltMaxDepth = 4000; + int xsltMaxVars = 15000; + + /* |