Blame SOURCES/ntp-4.2.6p5-cve-2014-9296.patch

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