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.
1 parent 0c3eb53 commit 1e34019Copy full SHA for 1e34019
cpp/ql/src/experimental/Security/CWE/CWE-362/double-fetch.ql
@@ -2,7 +2,7 @@
2
* @name Linux kernel double-fetch vulnerability detection
3
* @description Double-fetch is a very common vulnerability pattern
4
* in linux kernel, attacker can exploit double-fetch
5
- * issues to obatain root privilege.
+ * issues to obtain root privilege.
6
* Double-fetch is caused by fetching data from user
7
* mode by calling copy_from_user twice, CVE-2016-6480
8
* is quite a good example for your information.
0 commit comments