]> granicus.if.org Git - yasm/commit
HAMT: Update stored key when building tree downwards from identical keys.
authorPeter Johnson <peter@tortall.net>
Wed, 1 Aug 2007 05:14:53 +0000 (05:14 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 1 Aug 2007 05:14:53 +0000 (05:14 -0000)
commitd7b386bababb50dd54b649cdcd61324e3472e636
tree61a5ca51de34032f0fe7a253381d6efcbb7b16d5
parent739b155741a1ec7326f2ef92f5b6fc173e593627
HAMT: Update stored key when building tree downwards from identical keys.
Not doing this could cause us to lose an entry if the tree is deep enough
that we need to rehash the keys as we're moving downward.

Reported by: Stefan Sellmer <stefansel@hotmail.de>

svn path=/trunk/yasm/; revision=1905
libyasm/hamt.c