]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: init: -S can have a parameter starting with a dash
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 4 Jun 2020 21:49:20 +0000 (23:49 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 5 Jun 2020 12:30:49 +0000 (14:30 +0200)
commita6b3249935cf8e4de53b9940419683ef82cb40b8
tree30fb77530c9776f2defac121d8b3320230ff6d6f
parent4f71d304aad5199d9a0179deb34241b4a3665740
BUG/MINOR: init: -S can have a parameter starting with a dash

There is no reason the -S 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.9.
src/haproxy.c