commit | 1cd153aa895cd61808bffb0179f001e9ed0d5041 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 05 09:56:14 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 05 10:13:28 2017 +0100 |
tree | 42797d55f55ba3ddc7953b50b6a2fc9c96663223 | |
parent | f143b8040bca7df02a2f501c6a68f2ab609d4269 [diff] |
BUG/MAJOR: threads/checks: add 4 missing spin_unlock() in various functions Some unlocks were missing, resulting in deadlocks even with a single thread. We really need to make these functions safer by getting rid of all those remaining "return" calls and only leave using a goto!