Closed yixiangzhike closed 8 months ago
The first param w->free_list is wrong for LIST_DEL when free the busy list,it should be w->busy_list. Line 192 in the file src/gp_workers.c, use-after-free occured here.
Nice catch!
The first param w->free_list is wrong for LIST_DEL when free the busy list,it should be w->busy_list. Line 192 in the file src/gp_workers.c, use-after-free occured here.