
4 Apr
2016
4 Apr
'16
8:06 p.m.
On 04/04/2016 11:55 AM, Mateusz Kulikowski wrote:
There is off-by-one error in sandbox_emul_gpio that causes segfault of certain tests.
EMUL_GPIO_REG_END is the address of last valid (emulated) register. This patch fixed this (by adding one more element to emulated register array).
Tested-by: Stephen Warren swarren@nvidia.com