fix a use-after-free memory bug

This commit is contained in:
Jeff Bezanson 2013-10-22 00:25:25 -04:00 committed by Lassi Kortela
parent eccc0513fc
commit a127d46c41
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ static void **HTNAME##_lookup_bp(htable_t *h, void *key) \
\
sz = hash_size(h); \
maxprobe = max_probe(sz); \
tab = h->table; \
\
goto retry_bp; \
\