You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: