mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Expand QLDoc comment.
This commit is contained in:
@@ -24,8 +24,8 @@ DeclStmt declWithNoInit(LocalVariable v) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Flow from a buffer that is not not null terminated to a sink that requires
|
||||
* null termination.
|
||||
* Control flow reachability from a buffer that is not not null terminated to a
|
||||
* sink that requires null termination.
|
||||
*/
|
||||
class ImproperNullTerminationReachability extends StackVariableReachabilityWithReassignment {
|
||||
ImproperNullTerminationReachability() { this = "ImproperNullTerminationReachability" }
|
||||
|
||||
Reference in New Issue
Block a user