commit | 42f9b69f50b70deef12260d71bd70544b005aa89 | [log] [tgz] |
---|---|---|
author | Dennis Sitelew <dennis.sitelew@grandcentrix.net> | Fri Sep 09 12:41:32 2022 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Sep 13 08:51:22 2022 +0000 |
tree | 0299b02db1aafae515065a63d940bc7484fe6f09 | |
parent | 452592fc9a10c1950b3e58d5863a9de3e9f1492d [diff] |
logging: Fix signed integer cast for isprint Casting the value byte to char may result in it being a negative number. On some platforms this could lead to either UB, or a crash. Signed-off-by: Dennis Sitelew <dennis.sitelew@grandcentrix.net>