freebsd-dev/contrib/blacklist/bin
Conrad Meyer bf799c28ff blacklist: Fix minor memory leak in configuration parsing error case
Ordinarily, the continue clause of the for-loop would free 'line.'  In this
case we instead return early, missing the free.  Add an explicit free to
avoid the leak.

Reported by:	Coverity
Sponsored by:	Dell EMC Isilon
2018-03-20 00:16:24 +00:00
..
blacklistctl.8 Merge latest version of blacklist sources from NetBSD (@ 20170503) 2017-05-04 19:07:37 +00:00
blacklistctl.c Merge latest version of blacklist sources from NetBSD (@ 20170503) 2017-05-04 19:07:37 +00:00
blacklistd.8 Update blacklistd.8 with changes from NetBSD 2016-09-30 16:31:12 +00:00
blacklistd.c Extend libblacklist support with new action types 2017-05-23 19:03:07 +00:00
blacklistd.conf.5 Merge latest version of blacklist sources from NetBSD (@ 20170503) 2017-05-04 19:07:37 +00:00
conf.c blacklist: Fix minor memory leak in configuration parsing error case 2018-03-20 00:16:24 +00:00
conf.h
internal.c
internal.h
Makefile
run.c
run.h
state.c Fix blacklistd's state restoral at startup 2016-09-30 16:35:30 +00:00
state.h
support.c
support.h