* DeleteEntryFromHash(): don't skip indirection via the lookuptable, else we free...
authorWilfried Göesgens <willi@citadel.org>
Sat, 24 Apr 2010 12:49:16 +0000 (12:49 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 24 Apr 2010 12:49:16 +0000 (12:49 +0000)
commitb95147f73df415473f40fdc5cc32c85dbbc02ef3
tree78ff2489cb9e3642313a99d98d0910dbdff8ff4e
parentbd63dbdecb0610ef7eedd8abc5e3c8f99d2d6d97
* DeleteEntryFromHash(): don't skip indirection via the lookuptable, else we free some random payload
* DeleteEntryFromHash(): NULL the end of the list; This is the entry we just removed.
* hashlist_test: add some tests with removing items from the list
libcitadel/lib/hash.c
libcitadel/tests/hashlist_test.c