CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/27 21:15:52
Modified files:
usr.bin/ssh : servconf.c
Log message:
Check that the addresses supplied to Match Address and Match
LocalAddress are valid when parsing in config-test mode. This will
catch address/mask mismatches before they cause problems at runtime.
Found by Daniel Stocker, ok djm@
