commit | 0502c4467fde37469daf24526dd5ff6fd1c71708 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Thu Jan 21 11:19:51 2016 +0000 |
committer | Roland Levillain <rpl@google.com> | Thu Jan 21 11:27:43 2016 +0000 |
tree | 7fd9ddb8d0df9c7c6c07e2dfd9757a432803618a | |
parent | c1d7861e511b8abcc9f3ad6fc54ff07e80dc383e [diff] |
Fix JDWP host tests on Trusty. The buffer passed by art::JDWP::JdwpSocketState::Establish to gethostbyname_r on Trusty was too small, leading to the following error message during JDWP host testing: art/runtime/jdwp/jdwp_socket.cc:283] gethostbyname_r('localhost') failed: Resolver internal error This CL doubles the size of this buffer to avoid this failure. Change-Id: Ie7bb1ea8c755d869f2cc50cc2f6cc82828499706