fix a use-after-free memory bug
This commit is contained in:
parent
3f28e8dc94
commit
1e6c71f655
|
@ -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; \
|
||||
\
|
||||
|
|
Loading…
Reference in New Issue