We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a1c21a + 5e71490 commit 41a3543Copy full SHA for 41a3543
modules/exploits/linux/local/cve_2022_0995_watch_queue.rb
@@ -90,7 +90,7 @@ def module_check
90
fail_with(Failure::BadConfig, 'DEBUG_PRINT is only supported when COMPILE is set to True')
91
end
92
unless kernel_version =~ /[uU]buntu/
93
- fail_with(Failure::NoTarget, "Unsupported Distro: '#{version}'")
+ fail_with(Failure::NoTarget, "Unsupported Distro: '#{kernel_version}'")
94
95
arch = kernel_hardware
96
unless arch.include?('x86_64')
0 commit comments