llvm-project
35110445 - [libc++] Fix incorrect down cast in __tree::operator=

Commit
125 days ago
[libc++] Fix incorrect down cast in __tree::operator= This has been introduced by #151304. This problem is diagnosed by UBSan with optimizations enabled. Since we run UBSan only with optimizations disabled currently, this isn't caught in our CI. We should look into enabling UBSan with optimizations enabled to catch these sorts of issues before landing a patch.
Author
Committer
Parents
Loading