diff options
author | Vince Harron <vince@nethacker.com> | 2015-04-20 18:15:33 +0000 |
---|---|---|
committer | Vince Harron <vince@nethacker.com> | 2015-04-20 18:15:33 +0000 |
commit | b9bd6af2f2ffcbd44658a083f6a4096b39a27ca5 (patch) | |
tree | 02819e5cf5f286c7e47fc7dd6c739256f6d40529 /llvm/lib/IR/DIBuilder.cpp | |
parent | 207d248eba51c25dfca8dc3b1a38703e07fb7b2b (diff) | |
download | llvm-b9bd6af2f2ffcbd44658a083f6a4096b39a27ca5.zip llvm-b9bd6af2f2ffcbd44658a083f6a4096b39a27ca5.tar.gz llvm-b9bd6af2f2ffcbd44658a083f6a4096b39a27ca5.tar.bz2 |
ConnectionFileDescriptor::BytesAvailable reading too many command bytes
ConnectionFileDescriptor::BytesAvailable was reading multiple command
bytes from the command pipe but only processing the first. This
change only allows one byte to be read at a time, ensuring that all
get handled.
This isn't known to cause any bugs, but it might cause current/future
bugs.
Differential Revision: http://reviews.llvm.org/D9098
llvm-svn: 235322
Diffstat (limited to 'llvm/lib/IR/DIBuilder.cpp')
0 files changed, 0 insertions, 0 deletions