commit | 51639696e0a112ea3612e905a5722ad912b3869f | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Thu Oct 02 19:56:25 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 02 21:17:11 2014 +0200 |
tree | 550ae5d95919195f1e1f77ec1e76ac9c68a2e988 | |
parent | 213c6785614d0228d7e96e982e5189e1d0777059 [diff] |
BUG/MINOR: config: don't propagate process binding for dynamic use_backend A segfault was reported with the introduction of the propagate_processes() function. It was caused when a use_backend rule was declared with a dynamic name, using a log-format string. The backend is not resolved during the configuration, which lead to the segfault. The patch prevents the process binding propagation for such dynamic rules, it should also be backported to 1.5.