commit | d9e516bc7d074c451d7f42a6369cd9c06c592dca | [log] [tgz] |
---|---|---|
author | Alessio Balsini <balsini@google.com> | Fri Oct 18 10:49:49 2019 +0100 |
committer | Alessio Balsini <balsini@google.com> | Mon Oct 21 11:44:08 2019 +0000 |
tree | 4305fc466c32f2aa152c832a74543fee84ba5d84 | |
parent | cadcbd005634b9f94ac0e1d6d9213625a2c7f3fc [diff] |
Fix fuzzer name and sizeof(array) The fuzzer name "dm_table_fuzzer" was too generic. Looking forward to an extension to host tests where each fuzzer name should be considered a unique identifier, change the fuzzer name to, "dm_linear_table_fuzzer". Fix also the syntax of sizeof(array) declaration. Bug: none Test: dm_linear_table_fuzzer Change-Id: Iaa0ee9a0eb1352f0c5269b07198d0a34d8fb3254 Signed-off-by: Alessio Balsini <balsini@google.com>