[all-commits] [llvm/llvm-project] bf0d06: [compiler-rt][MSAN][test] Update buffersize for UT...
jsji via All-commits
all-commits at lists.llvm.org
Mon Jul 13 15:13:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf0d060fd4ea1221fdac154e3404e448709e31aa
https://github.com/llvm/llvm-project/commit/bf0d060fd4ea1221fdac154e3404e448709e31aa
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M compiler-rt/test/msan/strxfrm.cpp
Log Message:
-----------
[compiler-rt][MSAN][test] Update buffersize for UTF-8 to C convert
This is exposed by https://reviews.llvm.org/D83486.
When the host is UTF8, we may get n >10, causing assert failure.
Increase the buffersize to support UTF-8 to C conversion.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D83719
More information about the All-commits
mailing list