commit | bb88422d9328023aa02f557d5fc4058c841550e4 | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Wed Apr 05 14:41:34 2017 -0700 |
committer | Connor O'Brien <connoro@google.com> | Wed Apr 05 15:50:14 2017 -0700 |
tree | b7bc40a7f7d9e0af279d8ddd58721ac043618d96 | |
parent | ae880e49225d29f27a507814db5805f1a0357f45 [diff] |
Fix hidl_string copy in boot VTS test hidl_strings returned through a callback need to be copied; the current approach just saves a pointer to the underlying buffer, which is incorrect and sometimes causes the test to fail. Test: the GetSuffix test now passes reliably Change-Id: I4bb143be98b00b20f9da4aebef3b5ab4980b7690 Signed-off-by: Connor O'Brien <connoro@google.com>