Avoid infinite recursion after failed param evaluation
Always mark variables as computed even if evaluation fails. This avoids infinite recursion and a stack overflow if a parameter whose evaluation failed is looked up again. Found with afl-fuzz.
tests/docs/bug-194.xml
0 → 100644
tests/general/bug-194.err
0 → 100644
tests/general/bug-194.out
0 → 100644
tests/general/bug-194.xsl
0 → 100644
Please register or sign in to comment