mirror of
				https://github.com/speed47/spectre-meltdown-checker.git
				synced 2025-11-03 23:30:52 +01:00 
			
		
		
		
	fix: add missing l1tf CPU vulnerability display in hw section
This commit is contained in:
		@@ -2094,7 +2094,7 @@ check_cpu()
 | 
				
			|||||||
check_cpu_vulnerabilities()
 | 
					check_cpu_vulnerabilities()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	_info     "* CPU vulnerability to the speculative execution attack variants"
 | 
						_info     "* CPU vulnerability to the speculative execution attack variants"
 | 
				
			||||||
	for v in 1 2 3 3a 4; do
 | 
						for v in 1 2 3 3a 4 l1tf; do
 | 
				
			||||||
		_info_nol "  * Vulnerable to Variant $v: "
 | 
							_info_nol "  * Vulnerable to Variant $v: "
 | 
				
			||||||
		if is_cpu_vulnerable $v; then
 | 
							if is_cpu_vulnerable $v; then
 | 
				
			||||||
			pstatus yellow YES
 | 
								pstatus yellow YES
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user