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

8 lines
271 B
Plaintext

import semmle.code.cpp.models.interfaces.Throwing
class WindowsDriverExceptionAnnotation extends AlwaysSehThrowingFunction {
WindowsDriverExceptionAnnotation() {
this.hasGlobalName(["RaiseException", "ExRaiseAccessViolation", "ExRaiseDatatypeMisalignment"])
}
}