| 4386 | } |
| 4387 | |
| 4388 | static inline void __cdecl invalid_parameter_handler(const wchar_t *, |
| 4389 | const wchar_t *, |
| 4390 | const wchar_t *, |
| 4391 | unsigned int, |
| 4392 | uintptr_t) { |
| 4393 | crash_handler(signal_skip_recs); |
| 4394 | abort(); |
| 4395 | } |
| 4396 | |
| 4397 | NOINLINE static LONG WINAPI crash_handler(EXCEPTION_POINTERS *info) { |
| 4398 | // The exception info supplies a trace from exactly where the issue was, |
nothing calls this directly
no outgoing calls
no test coverage detected