Skip to content

Commit

Permalink
gtests: fix tiflash-sanitizer-daily (ASan) (#5523)
Browse files Browse the repository at this point in the history
ref #5294
  • Loading branch information
solotzg authored Aug 3, 2022
1 parent 3153a3b commit 0bafed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ void testCollator()
}
{
strs.resize(strs.size() + s.size());
memcpySmallAllowReadWriteOverflow15(
std::memcpy(
&strs[strs.size() - s.size()],
s.data(),
s.size());
Expand Down

0 comments on commit 0bafed9

Please sign in to comment.