]> git.ipfire.org Git - thirdparty/util-linux.git/commit
dmesg: fix output hex encoding
authorKarel Zak <kzak@redhat.com>
Thu, 1 Aug 2019 09:43:58 +0000 (11:43 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 1 Aug 2019 09:43:58 +0000 (11:43 +0200)
commit3661aab4cf7509b03f749477082553f4eee7dc0e
tree5604330fdaa4fedce3f30ed33b987ae5b105741e
parent0c493067dddfed8989ee143873e1cda5d2fe3cb9
dmesg: fix output hex encoding

The current code ignores single-byte non-printable characters.

Reported-by: Marc Deslauriers <marc.deslauriers@canonical.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c