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

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