[LLDB][NFC] Reliability fixes to TCPSocket code
Patch the following issues found by static code inspection: - Unchecked return values from lib calls - Passing potentially negative arg into a function that requires non-negative input - Possible socket double-close Differential Revision: https://reviews.llvm.org/D131294
Loading
Please sign in to comment