]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: remove non-printable characters from 'debug dev fd'
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 24 Oct 2024 14:31:56 +0000 (16:31 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 24 Oct 2024 14:45:11 +0000 (16:45 +0200)
commit944a224358ab2865a3a1c0bf700aba38550b19cc
tree57e83b57cc522208ea0e3827c93c8ecffa40e32a
parent4adb2d864d7e3ca9df1e39beabf7b2ffa5aee35c
MINOR: cli: remove non-printable characters from 'debug dev fd'

When using 'debug dev fd', the output of laddr and raddr can contain
some garbage.

This patch replaces any control or non-printable character by a '.'.
src/debug.c