mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user