This commit is contained in:
proller 2019-07-17 14:43:17 +03:00
parent fbe4bc4103
commit 67c647bb9e

View File

@ -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;
}