Skip to content

Commit 0230494

Browse files
committed
C++: Expand QLDoc comment.
1 parent 982fb8f commit 0230494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Likely Bugs/Memory Management/ImproperNullTermination.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ DeclStmt declWithNoInit(LocalVariable v) {
2424
}
2525

2626
/**
27-
* Flow from a buffer that is not not null terminated to a sink that requires
28-
* null termination.
27+
* Control flow reachability from a buffer that is not not null terminated to a
28+
* sink that requires null termination.
2929
*/
3030
class ImproperNullTerminationReachability extends StackVariableReachabilityWithReassignment {
3131
ImproperNullTerminationReachability() { this = "ImproperNullTerminationReachability" }

0 commit comments

Comments
 (0)