freebsd-dev/sbin/routed
Pedro F. Giffuni bdfd68dca7 routed(8): Use arc4random_uniform instead of arc4random.
Use arc4random_uniform() when the desired random number upper bound
is not a power of two.

While here, we don't need srandom() and friends anymore.

Obtained from:	OpenBSD (CVS rev. 1.20)
2016-05-15 06:06:22 +00:00
..
rtquery routed(8): use NULL instead of zero for pointers. 2016-05-14 22:40:08 +00:00
defs.h Fix a bug which could make routed(8) daemon exit by sending a special RIP 2014-09-21 04:00:28 +00:00
if.c routed: Fix use after free. 2016-05-14 23:07:26 +00:00
input.c routed(8): use NULL instead of zero for pointers. 2016-05-14 22:40:08 +00:00
main.c routed(8): Use arc4random_uniform instead of arc4random. 2016-05-15 06:06:22 +00:00
Makefile Add devd and routed back to the runtime package instead 2016-02-10 04:00:01 +00:00
Makefile.depend META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
Makefile.inc
output.c Avoid NULL de-references. 2016-05-14 23:32:03 +00:00
parms.c routed(8): Avoid NULL de-reference and two possible memory leaks. 2016-05-15 02:30:34 +00:00
pathnames.h
radix.c routed(8): use NULL instead of zero for pointers. 2016-05-14 22:40:08 +00:00
radix.h Add some consts, remove some unused stuff and other attempts to calm 2009-04-05 17:33:07 +00:00
rdisc.c routed(8): Dereference before null check. 2016-05-15 02:41:20 +00:00
routed.8 mdoc: remove EOL whitespace. 2014-12-29 13:50:59 +00:00
table.c routed(8): Misc. cleanups to squelch Coverity. 2016-05-15 03:04:21 +00:00
trace.c routed(8): Misc. cleanups to squelch Coverity. 2016-05-15 03:04:21 +00:00