]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: check applet_putchk() for 'show quic' first line
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 13 Oct 2025 16:16:22 +0000 (18:16 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Oct 2025 07:29:01 +0000 (09:29 +0200)
commit5067a15870ca27bb6519f9076b8c8a7c7db8ab14
tree962c4d1236adfea088409c574ad025bef8f29186
parent8d31784c0f1368b5004f089b4f5512298766dfaf
BUG/MINOR: quic: check applet_putchk() for 'show quic' first line

Ensure applet_putchk() return value is checked when outputing via the
CLI 'show quic' header line.

This is only to align with other usages of the same function, as trash
output buffer should always be large enough for it. As such, the command
is simply aborted if this is not the case.

This should fix coverity report from github issue #3139.

This could be backported up to 2.8.
src/quic_cli.c