File gssproxy-CVE-2020-12658.patch of Package gssproxy.18759
diff --git a/src/gp_workers.c b/src/gp_workers.c index 18f38f6..ae42cef 100644 --- a/src/gp_workers.c +++ b/src/gp_workers.c @@ -369,6 +369,7 @@ static void *gp_worker_main(void *pvt) /* wait for next query */ pthread_cond_wait(&t->cond_wakeup, &t->cond_mutex); if (t->pool->shutdown) { + pthread_mutex_unlock(&t->cond_mutex); pthread_exit(NULL); } }