Merge pull request #841 from asger-semmle/private-higher-order-call

Approved by esben-semmle
This commit is contained in:
semmle-qlci 2019-01-30 13:34:04 +00:00 коммит произвёл GitHub
Родитель 54242f4009 9e87bf37ea
Коммит 24c8a47bb1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -708,7 +708,7 @@ private predicate summarizedHigherOrderCall(
* - The flow label mapping of the summary corresponds to the transformation from `arg` to the
* invocation of the callback.
*/
predicate higherOrderCall(
private predicate higherOrderCall(
DataFlow::Node arg, DataFlow::SourceNode callback, int i, DataFlow::Configuration cfg,
PathSummary summary
) {