From 3d678b53365cf2748e05613a04f6a80ae0f25de4 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 8 Mar 2019 21:01:25 +0000 Subject: [PATCH] [NFC] Add missing revision information to ABI Changelog llvm-svn: 355732 --- libcxx/lib/abi/CHANGELOG.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index 60227e3248a3..8055abaf5ca4 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