Build host: xahau-build Build date: Fri Aug 15 01:11:49 UTC 2025 Build md5: 5a81ab21ada2c08be98343f108663d8b xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/565/merge Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: ../Builds/CMake/deps/WasmEdge.cmake modified: ../src/ripple/net/impl/RegisterSSLCerts.cpp modified: ../src/ripple/protocol/impl/BuildInfo.cpp Untracked files: (use "git add ..." to include in what will be committed) ../Builds/CMake/deps/WasmEdge.old ../src/certs/ ../src/ripple/net/impl/RegisterSSLCerts.cpp.old no changes added to commit (use "git add" and/or "git commit -a") Git log [last 20]: commit adffd242b8c7e0cd15d49e5ab823c951108bcbc8 Merge: 7a79024 b11397e Author: Niq Dudfield Date: Fri Aug 15 07:57:21 2025 +0700 Merge b11397e4df9ba39dfadf83a68026f7425add36cd into 7a790246fbb9889a37822e438632550aafca4a91 commit b11397e4df9ba39dfadf83a68026f7425add36cd Author: Nicholas Dudfield Date: Tue Jul 29 08:25:07 2025 +0700 fix(tests): prevent buffer corruption from concurrent log writes std::endl triggers flush() which calls sync() on the shared log buffer. Multiple threads racing in sync() cause str()/str("") operations to corrupt buffer state, leading to crashes and double frees. Added mutex to serialize access to suite.log, preventing concurrent sync() calls on the same buffer. commit 7a790246fbb9889a37822e438632550aafca4a91 Author: Niq Dudfield Date: Thu Aug 14 14:41:49 2025 +0700 fix: upgrade CI to GCC 13 and fix compilation issues, fixes #557 (#559)