[CP] fix: core dump cause by properties_name buffer use after free

This commit is contained in:
GroundWu
2023-12-27 14:18:13 +00:00
committed by ob-robot
parent 833c1f11ec
commit a2cedf0410
4 changed files with 8 additions and 5 deletions

View File

@ -873,6 +873,7 @@ private:
int64_t row_count_; // serialize
common::ObDataBuffer buf_; // serialize
common::ObArenaAllocator allocator_;
common::ObArenaAllocator prop_name_allocator_;
int64_t fixed_result_size_;
// for deserialize and read
int64_t curr_idx_;