CodeQL library for C/C++
codeql/cpp-all 0.7.1 ( changelog , source )
Search

Member predicate ArrayFunction :: hasArrayWithVariableSize

Holds if parameter bufParam should always point to a buffer with the number of elements indicated by countParam.

predicate hasArrayWithVariableSize ( int bufParam , int countParam )