Skip to content

Map and set rehash bug fix

Compare
Choose a tag to compare
@JacksonAllan JacksonAllan released this 27 May 13:46
· 36 commits to main since this release

This version fixes a bug in map and set that could theoretically cause a crash when cc_shrink prompts a full-table rehash. The bug was reported in CC’s sister library, Verstable. In testing, I managed to trigger this bug using an (illegal) maximum load factor higher than 1.0.