]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: threads/checks: add 4 missing spin_unlock() in various functions
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 08:56:14 +0000 (09:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:13:28 +0000 (10:13 +0100)
commit1cd153aa895cd61808bffb0179f001e9ed0d5041
tree42797d55f55ba3ddc7953b50b6a2fc9c96663223
parentf143b8040bca7df02a2f501c6a68f2ab609d4269
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!
src/checks.c