]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: init: -x can have a parameter starting with a dash
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 4 Jun 2020 21:41:29 +0000 (23:41 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 5 Jun 2020 12:30:45 +0000 (14:30 +0200)
commit4f71d304aad5199d9a0179deb34241b4a3665740
treecbe8f3db5ebb9ad9d62bb1fefe78fb0c999cbf67
parentdf6c5a8ffad7ec28ff6987dc6b1e26d68eb89c5e
BUG/MINOR: init: -x can have a parameter starting with a dash

There is no reason the -x option can't take an argument which starts with
a -. This limitation must only be used for options that take a
non-finite list of parameters (-sf/-st)

This can be backported only if the previous patch which fixes
copy_argv() is backported too.

Could be backported as far as 1.8.
src/haproxy.c