summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2019-08-13 02:06:02 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2019-08-13 02:06:02 +0000
commitfeb312edebeef29c217ba25c0010442de21d68a1 (patch)
tree565d64cc34a5e3515e770dfecc02f782e6e48113
parent3183bade601603a012407b118e4f03290a2ada90 (diff)
parent1ce107c299a915d4e4022660ec9be65cb65a653c (diff)
downloadattestation-platform-tools-29.0.5.tar.gz
Snap for 5798008 from 1ce107c299a915d4e4022660ec9be65cb65a653c to sdk-releaseplatform-tools-29.0.5platform-tools-29.0.4platform-tools-29.0.3sdk-release
Change-Id: I2224294a8d5d76b9c959967eb14e4fc7bb6dae61
-rw-r--r--atap/test/fake_atap_ops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/atap/test/fake_atap_ops.cpp b/atap/test/fake_atap_ops.cpp
index 2fa1f35..b5d106d 100644
--- a/atap/test/fake_atap_ops.cpp
+++ b/atap/test/fake_atap_ops.cpp
@@ -33,7 +33,7 @@ FakeAtapOps::~FakeAtapOps() {}
AtapResult FakeAtapOps::read_product_id(
uint8_t product_id[ATAP_PRODUCT_ID_LEN]) {
- memset(product_id, 0x00, ATAP_PRODUCT_ID_LEN);
+ atap_memset(product_id, 0x00, ATAP_PRODUCT_ID_LEN);
return ATAP_RESULT_OK;
}