Skip to content

Commit 332b759

Browse files
authored
Merge pull request github#12275 from jketema/uniform-ssa
Make "Detecting a potential buffer overflow" example more uniform
2 parents 1dd95a6 + eb6c848 commit 332b759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/codeql/codeql-language-guides/detecting-a-potential-buffer-overflow.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ The completed query will now identify cases where the result of ``strlen`` is st
204204
.. code-block:: ql
205205
206206
import cpp
207+
import semmle.code.cpp.controlflow.SSA
207208
208209
class MallocCall extends FunctionCall
209210
{

0 commit comments

Comments
 (0)