Skip to content

Commit

Permalink
Revert "gtests: fix tiflash-sanitizer-daily (ASan) (pingcap#5523)"
Browse files Browse the repository at this point in the history
This reverts commit 0bafed9.
  • Loading branch information
solotzg committed Sep 19, 2022
1 parent 7e288d7 commit 2424796
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());
std::memcpy(
memcpySmallAllowReadWriteOverflow15(
&strs[strs.size() - s.size()],
s.data(),
s.size());
Expand Down

0 comments on commit 2424796

Please sign in to comment.