CPP: Repair getQualifiedName changes from elsewhere.

This commit is contained in:
Geoffrey White
2019-05-28 13:40:20 +01:00
parent 2e932b6675
commit 76d18b42b8

View File

@@ -14,5 +14,5 @@ import cpp
from FunctionCall call, Function target
where
call.getTarget() = target and
target.getQualifiedName() = "gets"
target.hasGlobalName("gets")
select call, "gets does not guard against buffer overflow"