Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release-src > by-pkgid > 0b1d47b1c6f4110a2d764d40ac25359d > files > 28

ntp-4.2.6p5-33.mga6.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;
 			}
 		}