commit | 8cb610e2623bc791249170b5cf0989b06d385bbb | [log] [tgz] |
---|---|---|
author | Ryo Hashimoto <hashimoto@google.com> | Wed Mar 14 19:13:56 2018 +0900 |
committer | Ryo Hashimoto <hashimoto@google.com> | Thu Mar 15 14:23:06 2018 +0900 |
tree | d6cb4598213810c245c2daaecc9df26ff7d97743 | |
parent | cb7b04a56efa5edb3ce6cea5818ea977fa806a4e [diff] |
Fix buffer size check in replyRead We should not reject it when size==array.size(). Replace CHECK with CHECK_GE/LE for better logging. Bug: 38360920 Test: atest StorageManagerTest#testOpenProxyFileDescriptor_largeRead Change-Id: I5eae40f22aaaea50299260d5b25c454bf794d780