Skip to content

Commit 4feda50

Browse files
Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
Co-authored-by: Felicity Chapman <[email protected]>
1 parent b5cbd90 commit 4feda50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ To set the stage, consider the following scenario:
404404
free(b.a);
405405
}
406406
407-
What happens here is the following:
407+
In this example, the data flows as follows:
408408

409409
1. We write a user-controlled value into the object ``b`` at the access path ``[a, x]``.
410410
2. Afterwards, ``b`` is passed to ``read_data`` which we don't have the definition of in the database.

0 commit comments

Comments
 (0)