There are possible scenarios in which **printf("%s", NULL)** could be invoked. (See https://github.com/openwrt/procd/blob/1e5c40e07928ab6de57ee1811945944ccb4f1907/signal.c#L36) This is undefined behaviour which should be avoided.
There are possible scenarios in which printf("%s", NULL) could be invoked. (See
procd/signal.c
Line 36 in 1e5c40e
This is undefined behaviour which should be avoided.