We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5c455 commit 360ce7bCopy full SHA for 360ce7b
1 file changed
cpp/ql/src/Likely Bugs/Memory Management/NtohlArrayNoBound.ql
@@ -3,7 +3,7 @@
3
* @name Untrusted network-to-host usage
4
* @description Using the result of a network-to-host byte order function, such as ntohl, as an
5
* array bound or length value without checking it may result in buffer overflows or
6
- * other vulnerabilties.
+ * other vulnerabilities.
7
* @kind problem
8
* @problem.severity error
9
*/
0 commit comments