Subject: Re: pthread_mutex_unlock
To: NetBSD/pkgsrc-users <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 01/17/2007 02:48:37
On Wed, Jan 17, 2007 at 02:40:31AM +0100, Zafer Aydogan wrote:
> I thought I could patch gftp upstream, but the code looks fine to me.

Hugh? src/gtk/misc-gtk.c, display_cached_logs calls ftp_log with the log
held. In the pthread_self() != main_thread_id case it is obviously
locked again. So this code is definitely not fine.

Joerg