Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df9836c

Browse files
committed
Work around compiler bug.
1 parent caeeebf commit df9836c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/lib/semmle/code/java/security/CommandArguments.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private class CommandArgArrayImmutableFirst extends CommandArgumentArray {
155155
Expr getFirstElement() {
156156
result = this.getAWrite(0)
157157
or
158-
not exists(this.getAWrite(0)) and
158+
not exists(getAWrite(0)) and
159159
result = firstElementOf(this.getDefiningExpr())
160160
}
161161

0 commit comments

Comments
 (0)