ctype functions require an unsigned char
authorRoy Marples <roy@marples.name>
Wed, 10 Feb 2016 19:27:42 +0000 (19:27 +0000)
committerJouni Malinen <j@w1.fi>
Thu, 18 Feb 2016 15:39:00 +0000 (17:39 +0200)
commit640b0b933a8fea3f2276198c42c8fd60dd39aaa3
treeadadd6126dd90c343c76e99a0081310d8fa98162
parenta5a3efccc2bf91444d048ebe6d95116fc3c3abdd
ctype functions require an unsigned char

Ensure that characters are represented as unsigned char when using
isblank() and isspace(). These function take in a "int c" argument, but
it needs to be unsigned for the cases where EOF is not indicated.

Signed-off-by: Roy Marples <roy@marples.name>
hostapd/ctrl_iface.c
src/drivers/driver_common.c
src/utils/common.c
wpa_supplicant/ctrl_iface.c