Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where an outdate node is returned.
If htab_add_core added a node that happened to push the htab past its load factor, it would return a pointer to where the added node was *before* the rehash. Now it does not do this.
- Loading branch information