Fix primary_read bitmap buffers being freed too early (use-after-free)
This commit is contained in:
@@ -9,6 +9,10 @@ osd_op_t::~osd_op_t()
|
||||
{
|
||||
assert(!bs_op);
|
||||
assert(!op_data);
|
||||
if (bitmap_buf)
|
||||
{
|
||||
free(bitmap_buf);
|
||||
}
|
||||
if (rmw_buf)
|
||||
{
|
||||
free(rmw_buf);
|
||||
|
||||
Reference in New Issue
Block a user