commit | 8051274dfc4dae689ba53bc3e56d320780cbd5a4 | [log] [tgz] |
---|---|---|
author | Ambroise Vincent <ambroise.vincent@arm.com> | Thu Jun 20 10:03:17 2019 +0100 |
committer | Ambroise Vincent <ambroise.vincent@arm.com> | Thu Jun 20 10:03:17 2019 +0100 |
tree | ee8e82f936f3008e99b80f97c487d369437f51f8 | |
parent | 11c53c86d4828b12ffa61ce180b0c4e694348ae3 [diff] |
libc: fix memchr implementation The previous implementation could behave incorrectly because of the sign extension of the char when compared to the int. Change-Id: Id1e40ca9cfb1c271cb391e26698862726b833c8b Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>