From 672541352e91ce4e2333d45dd8b3808d2d379466 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 11 May 2025 14:11:05 +0200 Subject: feat(cxxdrv): Begin addressing stack corruption issue causing segmentation fault Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/DynamicLinkerPEF.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/DynamicLinkerPEF.cc') diff --git a/dev/LibCompiler/src/DynamicLinkerPEF.cc b/dev/LibCompiler/src/DynamicLinkerPEF.cc index 21572bb..9e3be82 100644 --- a/dev/LibCompiler/src/DynamicLinkerPEF.cc +++ b/dev/LibCompiler/src/DynamicLinkerPEF.cc @@ -64,7 +64,10 @@ /// @brief PEF stack size symbol. #define kLinkerStackSizeSymbol "__PEFSizeOfReserveStack" -#define kOutCon (std::cout << "\e[0;31m" << "ld64: " << "\e[0;97m") +#define kOutCon \ + (std::cout << "\e[0;31m" \ + << "ld64: " \ + << "\e[0;97m") namespace Detail { struct DynamicLinkerBlob final { -- cgit v1.2.3