]> git.kaiwu.me - haproxy.git/commit
MEDIUM: cli: Make a buffer for the command payload
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Apr 2026 15:02:36 +0000 (17:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Apr 2026 13:19:12 +0000 (15:19 +0200)
commitc5ae0da622ac363077eba7ed905bdc7b76e4eb6d
treec127d735010b4a903661b831e8430d021df41412
parent337a8dac62e3206ed0a04f492f3fbd6f8071e96f
MEDIUM: cli: Make a buffer for the command payload

The payload is now saved as a buffer in the CLI context instead of a simple
pointer. It is mandatory to be able to reallocate the payload if it is too
big.
include/haproxy/applet-t.h
src/cli.c