Skip to content

Commit df9836c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)