BUG/MINOR: cli: Fix a crash when sending a command with too many arguments
authorAurélien Nephtali <aurelien.nephtali@corp.ovh.com>
Fri, 16 Mar 2018 09:11:06 +0000 (10:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Mar 2018 11:15:38 +0000 (12:15 +0100)
commit6a61e968ac43345ecc7d53b1ccaea77fdb5ad042
tree9e11de009e37061d9a6053e44da27d2583d2abb3
parent6e8a41d8fcb38a0d12efef3d6c521d23a8fa82f0
BUG/MINOR: cli: Fix a crash when sending a command with too many arguments

This bug was introduced in 48bcfdab2 ("MEDIUM: dumpstat: make the CLI
parser understand the backslash as an escape char").

This should be backported to 1.8.

Signed-off-by: Aurélien Nephtali <aurelien.nephtali@corp.ovh.com>
src/cli.c