aboutsummaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-27 13:23:28 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2023-07-28 20:55:34 +1000
commit6df5328a902cf719495ea8a07da383172e358fff (patch)
tree18e4e8a968eaaec6136da375ddc5e8037889de02 /util.c
parentccf1f62d59adc933fb348b866f351824cdd00c73 (diff)
downloaddtc-6df5328a902cf719495ea8a07da383172e358fff.zip
dtc-6df5328a902cf719495ea8a07da383172e358fff.tar.gz
dtc-6df5328a902cf719495ea8a07da383172e358fff.tar.bz2
Fix use of <ctype.h> functions
The value passed to the <ctype.h> functions shall be the value of an unsigned char or EOF. It is implementation-defined if the char type is signed or unsigned. Cast to unsigned char to avoid undefined behaviour on systems where char is signed. This cast is already present in other parts of the code base. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions