| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected