Update cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2024-01-26 15:25:08 -05:00
committed by GitHub
parent b7648bcf27
commit f79846467e

View File

@@ -19,7 +19,7 @@ class WideCharPointerType extends PointerType {
}
/**
* 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.
*/
class UnlikelyToBeAStringType extends Type {
UnlikelyToBeAStringType() {