2014-12-12 11:24:22+00:00, stenn@psp-fb1.ntp.org +1 -0
[Sec 2670] Missing return; from error clause
--- 1.350/ntpd/ntp_proto.c 2014-11-21 11:06:57 +00:00
+++ 1.351/ntpd/ntp_proto.c 2014-12-12 11:24:22 +00:00
@@ -1089,6 +1089,7 @@ receive(
fast_xmit(rbufp, MODE_ACTIVE, 0,
restrict_mask);
sys_restricted++;
+ return;
}
}