Add tracking of internal fds
Fixes an issue where client applications such as ssh might attempt to close all open fds, therefore also closing the fds used by the internal components of the library such as Mercury.
parent
176074d0
No related branches found
No related tags found
Showing
- CMakeLists.txt 19 additions, 0 deletionsCMakeLists.txt
- include/client/preload_context.hpp 15 additions, 0 deletionsinclude/client/preload_context.hpp
- src/client/hooks.cpp 7 additions, 0 deletionssrc/client/hooks.cpp
- src/client/intercept.cpp 513 additions, 268 deletionssrc/client/intercept.cpp
- src/client/preload.cpp 53 additions, 0 deletionssrc/client/preload.cpp
- src/client/preload_context.cpp 36 additions, 0 deletionssrc/client/preload_context.cpp
Loading
Please register or sign in to comment