freebsd/usr.sbin/fwcontrol
Brooks Davis f189761366 Fix various -Wpointer-compare warnings
This warning (comparing a pointer against a zero character literal
rather than NULL) has existed since GCC 7.1.0, and was recently added to
Clang trunk.

Almost all of these are harmless, except for fwcontrol's str2node, which
needs to both guard against dereferencing a NULL pointer (though in
practice it appears none of the callers will ever pass one in), as well
as ensure it doesn't parse the empty string as node 0 due to strtol's
awkward interface.

Submitted by:	James Clarke <jtrc27@jrtc27.com>
Obtained from:	CheriBSD
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D21914
2019-10-08 21:14:09 +00:00
..
fwcontrol.8
fwcontrol.c Fix various -Wpointer-compare warnings 2019-10-08 21:14:09 +00:00
fwdv.c Don't close fd twice. This line should have been deleted in r327279. 2018-01-05 05:34:20 +00:00
fwmethods.h
fwmpegts.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00