
18 Jan
2017
18 Jan
'17
5:38 p.m.
On 11.01.2017 16:00, Mario Six wrote:
Arithmetic with void pointers, e.g. a - b where both a and b are void pointers, is undefined in the C standard. Since we are operating with byte data here, we switch the void pointers to uint8_t pointers, and add the necessary casts.
Signed-off-by: Mario Six mario.six@gdsys.cc
Changes in v2:
None
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan