Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > f7ec454c4b9909fddb818408524fcce3 > files > 24

ntp-4.2.6p5-24.1.mga5.src.rpm

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;
 			}
 		}