Skip to content

Commit a69daa0

Browse files
committed
Missing change to 'mayThrowException' in StructuredExceptionHandling.qll
1 parent 0784776 commit a69daa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/implementations/StructuredExceptionHandling.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class WindowsDriverExceptionAnnotation extends ThrowingFunction {
55
this.hasGlobalName(["RaiseException", "ExRaiseAccessViolation", "ExRaiseDatatypeMisalignment"])
66
}
77

8-
override predicate raisesException(boolean unconditional) { unconditional = true }
8+
override predicate mayThrowException(boolean unconditional) { unconditional = true }
99

1010
override TSehException getExceptionType() { any() }
1111
}

0 commit comments

Comments
 (0)