Module Name: src Committed By: roy Date: Wed Mar 11 02:12:08 UTC 2020
Modified Files: src/external/bsd/blacklist/bin: blacklistd.c conf.c src/external/bsd/blacklist/lib: bl.c Log Message: blacklist: Allow blacklist_sa to work with an invalid fd fd -1 is invalid, so don't query it for protocol, port or address. fd is supposed to represent how the client is connected, but if we are parsing route(4) messages or log files then there is no client connection to interogate. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/external/bsd/blacklist/bin/blacklistd.c cvs rdiff -u -r1.26 -r1.27 src/external/bsd/blacklist/bin/conf.c cvs rdiff -u -r1.29 -r1.30 src/external/bsd/blacklist/lib/bl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.