-
cast NULL pointers passed to execl*() · acf47e1bChristian Brauner authored
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>
acf47e1b
×