https://bugzilla.kernel.org/show_bug.cgi?id=205277
--- Comment #5 from haro41@gmx.de --- In the (now obsolete) proposed code, the variable 'i' will become 8, when the for-loop is done. The following if-statement will access something outside the array memory.
Something like this may work without problems, but it can trigger a new problem too.