On Wed, Mar 10, 2021 at 01:25:19PM +0300, Sergey Kaplun wrote: > golden100 is an array of int32_t elements. So sizeof(uint64_t) > is exactly double array element size. In other words, only half > of golden100 array is checked. This patch makes calculation of > array size type-independed. Ack