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 982fb8f commit 0230494Copy full SHA for 0230494
cpp/ql/src/Likely Bugs/Memory Management/ImproperNullTermination.ql
@@ -24,8 +24,8 @@ DeclStmt declWithNoInit(LocalVariable v) {
24
}
25
26
/**
27
- * Flow from a buffer that is not not null terminated to a sink that requires
28
- * null termination.
+ * Control flow reachability from a buffer that is not not null terminated to a
+ * sink that requires null termination.
29
*/
30
class ImproperNullTerminationReachability extends StackVariableReachabilityWithReassignment {
31
ImproperNullTerminationReachability() { this = "ImproperNullTerminationReachability" }
0 commit comments