|
From: Alon Bar-L. <no...@gi...> - 2024-01-22 11:20:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 98b16208d5c7d27e1f15835f3d4961349f425351 https://github.com/OpenSC/pkcs11-helper/commit/98b16208d5c7d27e1f15835f3d4961349f425351 Author: Gleb Popov <6ye...@gm...> Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M lib/pkcs11h-threading.c Log Message: ----------- threading: fix mutex locking in _pkcs11h_threading_cond{Init,Wait} functions According to pthread_cond_wait manpage, the mutex has to be locked by the same thread that is going to call pthread_cond_wait afterwards. This was not true before this change and was causing test-slotevent to busy-loop on FreeBSD. Signed-off-by: Gleb Popov <6ye...@gm...> Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: d86851bff41eb4eb7a08536cf69202e534cbe1fd https://github.com/OpenSC/pkcs11-helper/commit/d86851bff41eb4eb7a08536cf69202e534cbe1fd Author: Alon Bar-Lev <alo...@gm...> Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M ChangeLog Log Message: ----------- doc: update ChangeLog Compare: https://github.com/OpenSC/pkcs11-helper/compare/73264420eb92...d86851bff41e |