Fix crash running two consecutive examine commands.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 29 Mar 2009 04:05:09 +0000 (12:05 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 29 Mar 2009 04:05:09 +0000 (12:05 +0800)
commit032ac72de5fd6041c0568263d8d376a2a2bed6fd
tree52a42c5bee02deddcb2c5a51754e9a90f61a4267
parent1288f8123ea04686150b79b9e6a5d5d78c420353
Fix crash running two consecutive examine commands.

Re-initialise list in the dynamically instead of
relying on the static initialiser.  Fixes bug #25903
src/language/stats/examine.q
tests/automake.mk
tests/bugs/examine-crash2.sh [new file with mode: 0755]