BUG/MINOR: backend: check available list allocation for reuse
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 28 Jan 2021 16:33:26 +0000 (17:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2021 17:12:07 +0000 (18:12 +0100)
commita81bb7197eb538628274bffe3b09e87e564aeb89
tree78971ff575376784b467e67d3e534575d5dc7fa7
parent02757d02c21e12a968f7469709287257b6af4b3f
BUG/MINOR: backend: check available list allocation for reuse

Do not consider reuse connection if available list is not allocated for
the target server. This will prevent a crash when using a standalone
server for an external purpose like socket_tcp/socket_ssl on hlua code.
For the idle/safe lists, they are considered allocated if
srv.max_idle_conns is not null.

Note that the hlua code is currently safe thanks to the additional
checks on proxy http mode and stream reuse policy not never. However,
this might not be sufficient for future code.

This patch should be backported in every branches containing the
following patch :
  7f68d815af356fbe1b2e1080a88b9935581c91d2 (2.4 tree)
  REORG: backend: simplify conn_backend_get
src/backend.c