MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / msg_stack_chk_fail

Function msg_stack_chk_fail

kernel/src/msg_stack_chk_fail.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 /// displays a message using the debuging facilities.
32 ///
33 extern "C" void
34 msg_stack_chk_fail() noexcept
35 {
36 bsl::print() << bsl::red << "...<FAULT>\n\n" << bsl::rst;
37 bsl::error() << "Stack Overflow Detected!!!\n";
38 }
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected