uhttpd: Fix multiple format string problems
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 16 Jun 2019 20:24:36 +0000 (22:24 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 16 Jun 2019 20:41:26 +0000 (22:41 +0200)
commit91fcac34ac014a565fdd6312de088d312b5ba7ec
tree3b7b812cdb229877f8c1bf11330abf620e7e39d0
parentcdfc902a4cb77bc538a729f9e1c8a8578454a0e5
uhttpd: Fix multiple format string problems

After format string checks were activated in libubox the compiler
started to complain about multiple missuses in uhttpd. This fixes the
format strings without changing the behavior.

blobmsg_get_string() just checks if the parameter is not NULL and then
calls blobmsg_data() and casts the result.

I think non of these problem is security relevant.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
proc.c
ubus.c
utils.c