/openbsd/regress/lib/libpthread/signals/ignore_sigchild/ |
H A D | ignore_sigchild.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/regress/sys/kern/exec_self/ |
H A D | exec_self.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/regress/sys/kern/kqueue/ |
H A D | kqueue-process.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/sbin/swapctl/ |
H A D | swapctl.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/usr.bin/usbhidaction/ |
H A D | usbhidaction.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/usr.sbin/pppd/ |
H A D | main.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/usr.bin/sendbug/ |
H A D | sendbug.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/usr.bin/ftp/ |
H A D | cmds.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/usr.sbin/smtpd/ |
H A D | makemap.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
H A D | smtpctl.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
H A D | smtpd.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|
/openbsd/usr.sbin/vmctl/ |
H A D | main.c | diff 53408464 Thu Mar 17 19:40:43 GMT 2016 krw <krw@openbsd.org> Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer.
Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix.
Prompted by and probably ok deraadt@ millert@ kettenis@
Definitely ok mestre@ ratchov@
|