gssapi / gssproxy

A proxy for GSSAPI | Docs at https://github.com/gssapi/gssproxy/tree/main/docs
Other
44 stars 28 forks source link

The gp_workers_free function in gp_workers.c has a wrong param issue #92

Closed yixiangzhike closed 8 months ago

yixiangzhike commented 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.

simo5 commented 8 months ago

Nice catch!