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

This commit is contained in:
obdev
2024-02-08 14:57:04 +00:00
committed by ob-robot
parent 2e200bc613
commit 08e3d827d3
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_;