AdbClient would spin in a loop in ReadAllBytes in case the remote end was closed before reading
the requested number of bytes. Make sure we return an error in this case instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D19916
Fix EOF handling in AdbClient (take 2) ClosedPublic Authored by labath on May 4 2016, 6:13 AM.
Details Summary AdbClient would spin in a loop in ReadAllBytes in case the remote end was closed before reading
Diff Detail
Event Timelinelabath updated this object. This revision is now accepted and ready to land.May 4 2016, 8:43 AM Closed by commit rL268617: Fix EOF handling in AdbClient (take 2) (authored by labath). · Explain WhyMay 5 2016, 1:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 56246 lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
|