| 207 | } |
| 208 | |
| 209 | [[noreturn]] |
| 210 | void __cdecl _Xoverflow_error(_In_z_ const char*) |
| 211 | { |
| 212 | RaiseException(DRIVER_OVERRAN_STACK_BUFFER); |
| 213 | } |
| 214 | |
| 215 | [[noreturn]] |
| 216 | void __cdecl _Xruntime_error(_In_z_ const char*) |
nothing calls this directly
no test coverage detected