Skip to content

Commit e370fa2

Browse files
author
Dilan Bhalla
committed
2.19.0 upgrade fix
1 parent 14ce258 commit e370fa2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cpp/ql/lib/semmle/code/cpp/security/BufferAccess.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ abstract class BufferAccess extends Expr {
1919
//A buffer access must be reachable (not in dead code)
2020
reachable(this)
2121
}
22-
BufferAccess() {
23-
not this.isUnevaluated() and
24-
//A buffer access must be reachable (not in dead code)
25-
reachable(this)
26-
}
2722

2823
abstract string getName();
2924

0 commit comments

Comments
 (0)