diff options
author | Jason Molenda <jmolenda@apple.com> | 2015-08-02 01:36:09 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2015-08-02 01:36:09 +0000 |
commit | a21fdb0dd603421619892a99ba900860259f4292 (patch) | |
tree | cba1de95d253dcf4de4847fa26339745eb841bc5 /llvm/include/llvm-c | |
parent | 0c07570c400613bf31af2667729ffb9496b3169d (diff) | |
download | bcm5719-llvm-a21fdb0dd603421619892a99ba900860259f4292.tar.gz bcm5719-llvm-a21fdb0dd603421619892a99ba900860259f4292.zip |
GDBRemoteCommunication::DecompressPacket assumed that the buffer it was
working with (the Communication m_bytes ivar) contained a single packet.
Instead, it may contain multitudes. Find the boundaries of the first packet
in the buffer and replace that with the decompressed version leaving the
rest of the buffer unmodified.
<rdar://problem/21841377>
llvm-svn: 243846
Diffstat (limited to 'llvm/include/llvm-c')
0 files changed, 0 insertions, 0 deletions