freebsd-src/usr.sbin/inetd
Kyle Evans f23df31975 inetd: knock out some clang analyze warnings
chargen_dg: clang-analyze is convinced that endring could be non-NULL at
entry, and thus wants to assume that rs == NULL. Just independently
initialize rs if it's NULL to appease the analyzer.

getconfigent: policy leaks on return

free_connlist: reorganize the loop to make it clear that we're not going to
access `conn` after it's been freed.

cpmip/hashval: left-shifts performed will result in UB as we take
signed 0xABC3D20F and left shift it by 5.
2019-12-31 04:00:24 +00:00
..
builtins.c inetd: knock out some clang analyze warnings 2019-12-31 04:00:24 +00:00
inetd.8 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
inetd.c inetd: knock out some clang analyze warnings 2019-12-31 04:00:24 +00:00
inetd.conf Move inetd.conf to usr.sbin/inetd/ 2018-08-12 13:29:40 +00:00
inetd.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
Makefile Remove all the RELEASE_CRUNCH instances that partially disable IPSEC 2019-07-15 14:19:39 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
pathnames.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00