MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / se_handler

Function se_handler

tests/fuzztests/fuzztests.cpp:684–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682
683#ifdef _WIN32
684LONG CALLBACK se_handler(PEXCEPTION_POINTERS info)
685{
686 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) {
687 on_signal(SIGSEGV);
688 }
689 return EXCEPTION_CONTINUE_SEARCH;
690}
691#endif
692
693int main(int argc, char** argv)

Callers

nothing calls this directly

Calls 1

on_signalFunction · 0.85

Tested by

no test coverage detected