]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: splice/threads: pipe reuse list was not protected.
authorEmeric Brun <ebrun@haproxy.com>
Tue, 7 Nov 2017 10:19:48 +0000 (11:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Nov 2017 13:47:28 +0000 (14:47 +0100)
commitd8b3b65faa62d8b9b4344014e7183e422769caea
tree1715621501ba5152e69210e8d107d6eb9c0dee6c
parent926fa4c098fff29d54c9bf0a5a2c9d9bb245c143
BUG/MEDIUM: splice/threads: pipe reuse list was not protected.

The list is now protected using a global spinlock.
include/common/hathreads.h
src/pipe.c