fix a use-after-free memory bug
This commit is contained in:
parent
eccc0513fc
commit
a127d46c41
|
@ -71,6 +71,7 @@ static void **HTNAME##_lookup_bp(htable_t *h, void *key) \
|
||||||
\
|
\
|
||||||
sz = hash_size(h); \
|
sz = hash_size(h); \
|
||||||
maxprobe = max_probe(sz); \
|
maxprobe = max_probe(sz); \
|
||||||
|
tab = h->table; \
|
||||||
\
|
\
|
||||||
goto retry_bp; \
|
goto retry_bp; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in New Issue