]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: queue: Replace if() + abort() with BUG_ON()
authorTim Duesterhus <tim@bastelstu.be>
Mon, 28 Feb 2022 18:16:31 +0000 (19:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 1 Mar 2022 09:14:56 +0000 (10:14 +0100)
commitcc8348fbc14cbf9c696fc448fdc681e48ce1f751
treeb4b8d195ea9f290843b986913df468dc002aeeee
parent0dd8dd6c71c86c472fd6367de7b1daec869e512d
MINOR: queue: Replace if() + abort() with BUG_ON()

see 5cd4bbd7a ("BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management")
src/queue.c