mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C++: Fix phinx syntax.
This commit is contained in:
@@ -23,6 +23,7 @@ The setup
|
||||
Consider the following scenario: We have data coming out of ``user_input()`` and we want to figure out if that data can ever reach an argument of `sink`.
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
void sink(int);
|
||||
int user_input();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user