commit | b0cef35b097c89ff675e055186e71239e105eb01 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 13 14:03:28 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 13 14:15:54 2019 +0100 |
tree | 8450b733f34743067cf0ff683198c97a45c13949 | |
parent | df23c0ce4592fd664b3cf9b87a5bb8975e6ca6b7 [diff] |
BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() Injecting on a saturated listener started to exhibit some deadlocks again between LIST_POP_LOCKED() and LIST_DEL_LOCKED(). Olivier found it was due to a leftover from a previous debugging session. This patch fixes it. This will have to be backported if the other LIST_*_LOCKED() patches are backported.