diff options
author | Quinn Stephens <quinn@osmora.org> | 2025-06-09 21:52:03 -0400 |
---|---|---|
committer | Quinn Stephens <quinn@osmora.org> | 2025-06-09 21:52:03 -0400 |
commit | c1abbf40752027d5c0f8f4853312a882ae3088d6 (patch) | |
tree | 9d1b80c479cdb703ca8fc3ae424ee9f1ddecaf0b /README | |
parent | 065d60fc962136d03a8a74eb235901aa14d87593 (diff) |
Fix hashmap_find()
Modified hashmap_find() to properly fit the way lists work (where the
list struct is technically a list entry at the end of a circular list).
If this had not been fixed, hashmap_find() probably would have run into
some sort of infinite loop or segmentation fault when it failed to find
a matching entry.
Signed-off-by: Quinn Stephens <quinn@osmora.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions