We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735e014 commit e17d539Copy full SHA for e17d539
cpp/ql/src/semmle/code/cpp/models/implementations/Getenv.qll
@@ -9,7 +9,7 @@ import semmle.code.cpp.models.interfaces.FlowSource
9
* The POSIX function `getenv`.
10
*/
11
class Getenv extends LocalFlowSourceFunction {
12
- Getenv() { this.hasGlobalName("getenv") }
+ Getenv() { this.hasGlobalOrStdOrBslName("getenv") }
13
14
override predicate hasLocalFlowSource(FunctionOutput output, string description) {
15
(
0 commit comments