summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2022-06-22 21:06:28 +0300
committerAndreas Kling <kling@serenityos.org>2022-06-22 21:53:13 +0200
commiteb02425ef9678c85ff0879503859de06d68fb484 (patch)
tree1af3a502ddee880b7fc195dc6820a259aa0ec89e /Base
parent7953bd839175696cc55a56969f0bff9598e08fcf (diff)
downloadserenity-eb02425ef9678c85ff0879503859de06d68fb484.zip
AK: Clear the previous and next pointers of deleted HashTable buckets
Usually the values of the previous and next pointers of deleted buckets are never used, as they're not part of the main ordered bucket chain, but if an in-place rehashing is done, which results in the bucket being turned into a free bucket, the stale pointers will remain, at which point any item that is inserted into said free-bucket will have either a stale previous pointer if the HashTable was empty on insertion, or a stale next pointer, resulting in undefined behaviour. This commit also includes a new HashMap test that reproduces this issue
Diffstat (limited to 'Base')
0 files changed, 0 insertions, 0 deletions