Fixed a potential race condition with accept_thread() and
commit19bd9824a66d0d5fcaf3710e2d95345b09520054
authorBen Kibbey <bjk@luxsci.net>
Sat, 15 Nov 2008 02:28:27 +0000 (14 21:28 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 15 Nov 2008 02:28:27 +0000 (14 21:28 -0500)
tree28d6de17915792cbcfdcfb4e5cb1a6f704e283a8
parent744db1763b2b33c4e2d997b10433e30df5d8c941
Fixed a potential race condition with accept_thread() and
client_thread(). If client thread exited for some reason before the
cn_mutex was released, then the client list would contain an invalid
thread.
src/pwmd.c