2.24 fixes the following CVEs compared to 2.23: - CVE-2016-3075 - CVE-2016-3706 - CVE-2016-1234 - CVE-2016-4429 - CVE-2016-5417 CVEs fixed in 2.23: - CVE-2015-8776 - CVE-2015-8777 - CVE-2015-8778 - CVE-2015-8779 - CVE-2014-9761 - CVE-2015-7547 Signed-off-by: Felix Fietkau <nbd@nbd.name>
		
			
				
	
	
		
			12 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if USE_GLIBC
 | |
| 
 | |
| config GLIBC_VERSION
 | |
| 	string
 | |
| 	default "2.24" if GLIBC_VERSION_2_24
 | |
| 
 | |
| config GLIBC_VERSION_2_24
 | |
| 	default y if !TOOLCHAINOPTS
 | |
| 	bool
 | |
| 
 | |
| endif
 |