[PATCH V2 1/4] staging: ced1401: fix a frame size warning

Dan Carpenter dan.carpenter at oracle.com
Mon Oct 22 20:16:02 UTC 2012


On Mon, Oct 22, 2012 at 11:48:26AM -0400, Devendra Naga wrote:
> gcc/sparse complain about the following:
> 
> drivers/staging/ced1401/ced_ioc.c:931:1: warning: the frame size of 4144 bytes is larger than 2048 bytes [-Wframe-larger-than=]
> 
> Fix it by dynamically allocating it.

This still leaks memory on the success path.

regards,
dan carpenter




More information about the devel mailing list