Browse Source
The hex2char() calls in bin2hex() can never fail since buf[i] >> 4 and buf[i] & 0xf always produce values in range 0-15. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>pull/90351/merge
1 changed files with 2 additions and 6 deletions
Loading…
Reference in new issue