]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mt_lists: Appease gcc.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 11 Mar 2020 14:09:16 +0000 (15:09 +0100)
committerOlivier Houchard <cognet@ci0.org>
Wed, 11 Mar 2020 16:10:08 +0000 (17:10 +0100)
commit49983a9fe11840e0fc14a96e4097ad56cc2d06c8
tree15fdb30f41e25bf0df4fcc1a681322f49236653e
parent638698da37a7fd09c51fade0ab6b66e77f788b0e
MINOR: mt_lists: Appease gcc.

gcc is confused, and think p may end up being NULL in _MT_LIST_RELINK_DELETED.
It should never happen, so let gcc know that.
include/common/mini-clist.h