cast NULL pointers passed to execl*()
NULL pointers passed to execl*() functions must be cast to (char *)NULL since
they are variadic functions.
Signed-off-by:
Christian Brauner <christian.brauner@mailbox.org>
Showing
Please
register
or
sign in
to comment