Files
carbon-lang/common
Chandler Carruth 6310293330 Fix some subtle UB found by MSan. (#4093)
Technically, any small size buffer's lifetime has ended by the time we
get to the base's destructor. This means its no longer valid to access
table contents if stored there from the base destructor. We need to
handle destruction in the table class instead.

This ends up being a trivial change because the logic is already
factored out, we just need to call it from a different point.
2024-06-29 07:44:34 +00:00
..
2024-01-05 23:01:47 +00:00
2024-05-17 19:36:21 +00:00