]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: ns: HAProxy segfault if the cli_conn is not from a network connection
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 19 Dec 2014 12:37:11 +0000 (13:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Dec 2014 22:39:29 +0000 (23:39 +0100)
commitfe1ebcd2cf6cd928738055b4307b03196c412f70
treeaf1d0e09fa747c1a17dcfad442f956b9be53c569
parent07e78c50b524a25a8fa67f107429fc68d78e14f5
BUG/MAJOR: ns: HAProxy segfault if the cli_conn is not from a network connection

The path "MAJOR: namespace: add Linux network namespace support" doesn't
permit to use internal data producer like a "peers synchronisation"
system. The result is a segfault when the internal application starts.

This patch fix the commit b3e54fe387c7c1ea750f39d3029672d640c499f9
It is introduced in 1.6dev version, it doesn't need to be backported.
src/backend.c