Fix bsnmpd remote denial of service vulnerability. [SA-14:01] Fix ntpd distributed reflection Denial of Service vulnerability. [SA-14:02] Fix OpenSSL multiple vulnerabilities. [SA-14:03] Fix BIND remote denial of service vulnerability. [SA-14:04] Disable hardware RNGs by default. [EN-14:01] Fix incorrect coalescing of stack entry with mmap. [EN-14:02]
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: contrib/ntp/ntpd/ntp_config.c
 | |
| ===================================================================
 | |
| --- contrib/ntp/ntpd/ntp_config.c	(revision 259828)
 | |
| +++ contrib/ntp/ntpd/ntp_config.c	(working copy)
 | |
| @@ -597,6 +597,8 @@ getconfig(
 | |
|  #endif /* not SYS_WINNT */
 | |
|  	}
 | |
|  
 | |
| +	proto_config(PROTO_MONITOR, 0, 0., NULL);
 | |
| +
 | |
|  	for (;;) {
 | |
|  		if (tok == CONFIG_END) 
 | |
|  			break;
 |