freebsd-dev/usr.sbin/route6d
Conrad Meyer 134fd583cb route6d(8): Fix potential double-free
In the case that the subsequent sysctl(3) call failed, 'buf' could be free(3)ed
repeatedly.  It isn't clear to me that that case is possible, but be clear and
do the right thing in case it is.

Reported by:	Coverity
CID:		272537
Sponsored by:	EMC / Isilon Storage Division
2016-05-11 22:33:20 +00:00
..
misc
Makefile
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
route6d.8 Minor mdoc fix. 2012-11-18 16:58:08 +00:00
route6d.c route6d(8): Fix potential double-free 2016-05-11 22:33:20 +00:00
route6d.h