Author :
Guillem Jover
Date :
2023-11-14 19:09:25
Hash :459b7f7d Message :Do not confuse code analyzers with out-of-bounds array access look alike
The code is only getting the address, but we might be performing an
addressing that is out-of-bounds. Avoid it and use the address form
instead.
Warned-by: cppcheck (objectIndex)