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 b7648bc commit f798464Copy full SHA for f798464
cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql
@@ -19,7 +19,7 @@ class WideCharPointerType extends PointerType {
19
}
20
21
/**
22
- * types that may also be `CharPointerType`, but that are likely used as arbitrary buffers
+ * A type that may also be `CharPointerType`, but that are likely used as arbitrary buffers.
23
*/
24
class UnlikelyToBeAStringType extends Type {
25
UnlikelyToBeAStringType() {
0 commit comments