commit | b3c4a8f59d5a7d235fc5a4e447f2f8351718df9d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 22 14:42:32 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 22 14:43:21 2021 +0200 |
tree | 00a9e84f9e26738dac38c6881c7a1921a970bfd4 | |
parent | acff30975341a907784e489e3a7e384f3550211e [diff] |
BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD Commit 048368ef6 ("MINOR: deinit: always deinit the init_mutex on failed initialization") added the missing unlock but forgot to condition it on USE_THREAD, resulting in a build failure. No backport is needed. This addresses oss-fuzz issue 36426.