diff options
author | delphij <delphij@FreeBSD.org> | 2016-04-27 07:46:38 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-04-27 07:46:38 +0000 |
commit | a3a54e251a8cfd2f3e18bfc988584e4deaef9e56 (patch) | |
tree | 89c803d8ff6ef95cafc2a4cb08de66848195099a /contrib/ntp/libntp/ntp_worker.c | |
parent | bfb191f240107e9d6573c5106848927ba7b82ec6 (diff) | |
parent | 759809282c676f97898ae19584803d31e41910ce (diff) | |
download | FreeBSD-src-a3a54e251a8cfd2f3e18bfc988584e4deaef9e56.zip FreeBSD-src-a3a54e251a8cfd2f3e18bfc988584e4deaef9e56.tar.gz |
MFV r298691:
ntp 4.2.8p7.
Security: CVE-2016-1547, CVE-2016-1548, CVE-2016-1549, CVE-2016-1550
Security: CVE-2016-1551, CVE-2016-2516, CVE-2016-2517, CVE-2016-2518
Security: CVE-2016-2519
Security: FreeBSD-SA-16:16.ntp
With hat: so
Diffstat (limited to 'contrib/ntp/libntp/ntp_worker.c')
-rw-r--r-- | contrib/ntp/libntp/ntp_worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/ntp_worker.c b/contrib/ntp/libntp/ntp_worker.c index 087f06c..d1d09c0 100644 --- a/contrib/ntp/libntp/ntp_worker.c +++ b/contrib/ntp/libntp/ntp_worker.c @@ -267,7 +267,7 @@ process_blocking_resp( void harvest_blocking_responses(void) { - int idx; + size_t idx; blocking_child* cp; u_int scseen, scdone; |