Rather to my surprise given the amount of testing this code has had,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Jan 2007 09:26:09 +0000 (09:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Jan 2007 09:26:09 +0000 (09:26 +0000)
commit7f82318f57074c2f42280e048aeac9a84b95bec9
tree1d402bfea24347fc3f1706f1ea4ed2ad34b8d13f
parentcccb7f09e28f348e9273467cc8e410ad13283165
Rather to my surprise given the amount of testing this code has had,
Kevin Lyles spotted a tree234 bug! copytree234() segfaulted when
asked to copy a tree containing no elements, due to failing to allow
for the case that t->root might be NULL. Fixed, and added a
regression test.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7092 cda61777-01e9-0310-a592-d414129be87e
tree234.c