mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #12275 from jketema/uniform-ssa
Make "Detecting a potential buffer overflow" example more uniform
This commit is contained in:
@@ -204,6 +204,7 @@ The completed query will now identify cases where the result of ``strlen`` is st
|
||||
.. code-block:: ql
|
||||
|
||||
import cpp
|
||||
import semmle.code.cpp.controlflow.SSA
|
||||
|
||||
class MallocCall extends FunctionCall
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user