mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Missing change to 'mayThrowException' in StructuredExceptionHandling.qll
This commit is contained in:
@@ -5,7 +5,7 @@ class WindowsDriverExceptionAnnotation extends ThrowingFunction {
|
||||
this.hasGlobalName(["RaiseException", "ExRaiseAccessViolation", "ExRaiseDatatypeMisalignment"])
|
||||
}
|
||||
|
||||
override predicate raisesException(boolean unconditional) { unconditional = true }
|
||||
override predicate mayThrowException(boolean unconditional) { unconditional = true }
|
||||
|
||||
override TSehException getExceptionType() { any() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user