| 4457 | } |
| 4458 | |
| 4459 | static inline void __cdecl invalid_parameter_handler( |
| 4460 | const wchar_t*, |
| 4461 | const wchar_t*, |
| 4462 | const wchar_t*, |
| 4463 | unsigned int, |
| 4464 | uintptr_t) |
| 4465 | { |
| 4466 | crash_handler(signal_skip_recs); |
| 4467 | abort(); |
| 4468 | } |
| 4469 | |
| 4470 | NOINLINE static LONG WINAPI crash_handler(EXCEPTION_POINTERS* info) |
| 4471 | { |
nothing calls this directly
no outgoing calls
no test coverage detected