[all-commits] [llvm/llvm-project] df87ae: [Scudo] Improve ScopedString constructor
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Jun 4 18:28:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df87aeb8268240a1f9042aff1450d84900c52ae5
https://github.com/llvm/llvm-project/commit/df87aeb8268240a1f9042aff1450d84900c52ae5
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/string_utils.h
M compiler-rt/lib/scudo/standalone/tests/strings_test.cpp
Log Message:
-----------
[Scudo] Improve ScopedString constructor
Avoid referencing elements beyond internal vector size.
Reviewed By: cryptoad
Differential Revision: https://reviews.llvm.org/D103718
More information about the All-commits
mailing list