djbpitt/plot

random-sequence overflows stack

Closed this issue · 1 comments

djb:random-sequence() in plot_lib.xsl errors out with a stack overflow (1000 is okay, 10000 isn’t). Fix by replacing recursion with iteration.

Fixed