mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
clean
This commit is contained in:
parent
fbe4bc4103
commit
67c647bb9e
@ -137,9 +137,7 @@ public:
|
||||
|
||||
char * res = head->pos;
|
||||
head->pos += size;
|
||||
|
||||
ASAN_UNPOISON_MEMORY_REGION(res, size + pad_right);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
@ -156,9 +154,7 @@ public:
|
||||
{
|
||||
head->pos = static_cast<char *>(head_pos);
|
||||
head->pos += size;
|
||||
|
||||
ASAN_UNPOISON_MEMORY_REGION(res, size + pad_right);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user