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 f1c124a commit 650e9e1Copy full SHA for 650e9e1
cpp/ql/src/experimental/Likely Bugs/OverrunWriteProductFlow.ql
@@ -162,7 +162,7 @@ module ValidState {
162
// p = b ? new char[size] : new char[size + 1];
163
// memset(p, 0, size + 2);
164
// ```
165
- // the valid flow-states at the `memset` must include set set `{0, 1}` since the
+ // the valid flow-states at the `memset` must include the set `{0, 1}` since the
166
// flow-state at `new char[size]` is `0`, and the flow-state at `new char[size + 1]`
167
// is `1`.
168
//
0 commit comments