Skip to content

Commit 360ce7b

Browse files
committed
spelling: vulnerabilities
Signed-off-by: Josh Soref <[email protected]>
1 parent dd5c455 commit 360ce7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Memory Management/NtohlArrayNoBound.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @name Untrusted network-to-host usage
44
* @description Using the result of a network-to-host byte order function, such as ntohl, as an
55
* array bound or length value without checking it may result in buffer overflows or
6-
* other vulnerabilties.
6+
* other vulnerabilities.
77
* @kind problem
88
* @problem.severity error
99
*/

0 commit comments

Comments
 (0)