chiark / gitweb /
Rather to my surprise given the amount of testing this code has had,
authorSimon Tatham <anakin@pobox.com>
Thu, 11 Jan 2007 09:26:09 +0000 (09:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 11 Jan 2007 09:26:09 +0000 (09:26 +0000)
commitc06e371f55b97576421588d21d809c02c637584b
tree1d402bfea24347fc3f1706f1ea4ed2ad34b8d13f
parent7c59e7259f6e39e8254815afbc252e2bd4c15c97
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.

[originally from svn r7092]
tree234.c