Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit bc4a4da

Browse files
committedOct 22, 2013
possibly fix a use-after-free memory bug in flisp
1 parent bf0afbb commit bc4a4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/support/htable.inc

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ static void **HTNAME##_lookup_bp(htable_t *h, void *key) \
7171
\
7272
sz = hash_size(h); \
7373
maxprobe = max_probe(sz); \
74+
tab = h->table; \
7475
\
7576
goto retry_bp; \
7677
\

0 commit comments

Comments
 (0)
This repository has been archived.