BUG/MEDIUM: config: fix missing initialization in numa_detect_topology()
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Apr 2021 17:09:16 +0000 (19:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Apr 2021 17:09:16 +0000 (19:09 +0200)
commit07bf21cdcba90a73136b1ce402e358dd7d4a13d8
treecf35130bd9d796e49399d7613b17df33975ee80f
parent2cc201f97e409f926b9221fdafe7431877ba1dc6
BUG/MEDIUM: config: fix missing initialization in numa_detect_topology()

The error path of the NUMA topology detection introduced in commit
b56a7c89a ("MEDIUM: cfgparse: detect numa and set affinity if needed")
lacks an initialization resulting in possible crashes at boot. No
backport is needed since that was introduced in 2.4-dev.
src/cfgparse.c