Use uintptr_t in fts for pointer alignment
commitf4973d31bb0673bc6a5fc207713837f143920b01
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 12 Jul 2022 09:59:16 +0000 (12 10:59 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 1 Nov 2022 09:48:17 +0000 (1 09:48 +0000)
tree604ed0f1c97e035826556c3dadce6954b334046f
parentf66780ba46805760a328f01967836416b06c93ca
Use uintptr_t in fts for pointer alignment

The code assumed unsigned long can represent pointers.

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