Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a94531bb17ad2a7dd1ec5840b744159be63736b2
https://github.com/WebKit/WebKit/commit/a94531bb17ad2a7dd1ec5840b744159be63736b2
Author: Fady Farag <[email protected]>
Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths:
M Source/WTF/wtf/BitVector.h
M Source/WTF/wtf/CompactPtr.h
M Source/WTF/wtf/Deque.h
M Source/WTF/wtf/FastBitVector.h
M Source/WTF/wtf/FixedVector.h
M Source/WTF/wtf/HashTable.h
M Source/WTF/wtf/ListHashSet.h
M Source/WTF/wtf/RobinHoodHashTable.h
Log Message:
-----------
Check for assignment to self in WTF containers' operator=()
https://bugs.webkit.org/show_bug.cgi?id=101861
rdar://165278957
Reviewed by Chris Dumez.
* Source/WTF/wtf/BitVector.h:
* Source/WTF/wtf/CompactPtr.h:
(WTF::CompactPtr::CompactPtr):
(WTF::CompactPtr::operator=):
* Source/WTF/wtf/Deque.h:
(WTF::=):
* Source/WTF/wtf/FastBitVector.h:
(WTF::FastBitVectorWordOwner::operator=):
* Source/WTF/wtf/FixedVector.h:
(WTF::FixedVector::operator=):
* Source/WTF/wtf/HashTable.h:
(WTF::=):
* Source/WTF/wtf/ListHashSet.h:
(WTF::=):
* Source/WTF/wtf/RobinHoodHashTable.h:
(WTF::=):
Canonical link: https://commits.webkit.org/303557@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications