Re: [PATCH v2] cmd: mem: fix range of bitflip test

2020-09-09 Thread Stefan Roese
On 09.09.20 15:02, Ralph Siemsen wrote: The bitflip test uses two equal sized memory buffers. This is achieved by splitting the range of memory into two pieces. The address of the second buffer, as well as the length of each buffer, were not correctly calculated. This caused bitflip test to

[PATCH v2] cmd: mem: fix range of bitflip test

2020-09-09 Thread Ralph Siemsen
The bitflip test uses two equal sized memory buffers. This is achieved by splitting the range of memory into two pieces. The address of the second buffer, as well as the length of each buffer, were not correctly calculated. This caused bitflip test to access beyond the end of range. This patch