On Tue, Apr 11, 2017 at 01:20:33PM -0700, Jason Gerecke wrote:
> Use of 'sizeof(keys)' is incorrect here since we don't care about the
> length of the pointer itself, but rather of the array it points to.
> Update function definitions to pass around a length parameter as needed.
>
> Signed-off-by:
Use of 'sizeof(keys)' is incorrect here since we don't care about the
length of the pointer itself, but rather of the array it points to.
Update function definitions to pass around a length parameter as needed.
Signed-off-by: Jason Gerecke
---
src/xdrv/wcmConfig.c | 4 ++--
src/xdrv/wcmU