commit | 0c9544af31f83c119599a7b7aca8ad070df0fcf8 | [log] [tgz] |
---|---|---|
author | Jiabin Huang <jiabin@google.com> | Thu Jun 04 00:46:19 2020 +0000 |
committer | Jiabin Huang <jiabin@google.com> | Thu Jun 04 00:46:24 2020 +0000 |
tree | 14d272a4b12713c08d1f9f88532d311eca206841 | |
parent | e06d19ff2c9f40b28d90cf6a9bc0173dc23251b4 [diff] |
Use memmove for overlapping memory blocks in preprocessing. It is unsafe to call memcpy with potentially overlapping memory area. Use memmove is a more safer way. Bug: 158075562 Change-Id: Ie7355d6fc27719106885b2e825a540c8b03646cf Test: make