commit | 288745d9b52f4bddfea75437c2afe65fb13c25a7 | [log] [tgz] |
---|---|---|
author | Jonathan Basseri <misterikkit@google.com> | Wed Oct 04 16:41:56 2017 -0700 |
committer | Jonathan Basseri <misterikkit@google.com> | Wed Oct 04 18:11:20 2017 -0700 |
tree | 34c0a7160a6f8df3a94a139c166afc56043bf5a5 | |
parent | 6ad3988c447c489692a7cd9cdd119d24b3c65040 [diff] |
Fix netdutils::extract and SliceTest. netdutils::extract was taking Tail... arguments by value, but the intention was to take them by reference and populate their memory. I checked and there are no current calls to the variadic overload outside of SliceTest.cpp. Bug: 67431299 Test: modified Android.mk to include SliceTest.cpp in netd_unit_test then runtest -x server/netd_unit_tests.cpp Change-Id: I6a28970eb0734427fa7a3f21c6a2984df1585ceb