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

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen 2023-10-19 11:00:42 +02:00 коммит произвёл GitHub
Родитель b5cbd909f7
Коммит 4feda50add
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -404,7 +404,7 @@ To set the stage, consider the following scenario:
free(b.a);
}
What happens here is the following:
In this example, the data flows as follows:
1. We write a user-controlled value into the object ``b`` at the access path ``[a, x]``.
2. Afterwards, ``b`` is passed to ``read_data`` which we don't have the definition of in the database.