diff options
-rw-r--r-- | libcxx/lib/abi/CHANGELOG.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index 60227e3248a..8055abaf5ca 100644 --- a/libcxx/lib/abi/CHANGELOG.TXT +++ b/libcxx/lib/abi/CHANGELOG.TXT @@ -16,7 +16,7 @@ New entries should be added directly below the "Version" header. Version 9.0 ----------- -* rTBD - Fix -fsanitize=vptr badness in <__debug> +* r355367 - Fix -fsanitize=vptr badness in <__debug> This patch fixes a lifetime bug when inserting a new container into the debug database. It is diagnosed by UBSAN when debug mode is enabled. This patch corrects how nodes are constructed |