C++: Expand QLDoc comment.

This commit is contained in:
Geoffrey White
2022-01-19 13:07:55 +00:00
parent 982fb8f73a
commit 0230494799

View File

@@ -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" }