Use uintptr_t in string/tester for pointer alignment
commitf9deea6f81cd5266ffb3d27e2584d609fef9b8d2
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 21 Mar 2022 12:36:16 +0000 (21 12:36 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 28 Oct 2022 16:31:57 +0000 (28 17:31 +0100)
tree5efe612714ae3d19d3d0748a7133ca4322c9f6d9
parent0cc0033ef19bd3378445c2b851e53d7255cb1b1e
Use uintptr_t in string/tester for pointer alignment

The code assumed unsigned long can represent pointers.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
string/tester.c