Skip to content

Commit 02bea35

Browse files
authored
Update DangerousUseMbtowc.qhelp
1 parent 96e2205 commit 02bea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-125/DangerousUseMbtowc.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p> Using function <code>mbtowc</code> with an invalid length argument can result in an out-of-bounds access error or unexpected result. If you are sure you are working with a null-terminated string, use the length macros, if not, use the correctly computed length.</p>
6+
<p> Using a function to convert multibyte or wide characters with an invalid length argument may result in an out-of-range access error or unexpected results.</p>
77

88
</overview>
99

@@ -20,4 +20,4 @@
2020
</li>
2121

2222
</references>
23-
</qhelp>
23+
</qhelp>

0 commit comments

Comments
 (0)