Re: [PATCH] touchscreen: check kzalloc memory for data first

From: Joonyoung Shim
Date: Tue May 10 2011 - 23:04:15 EST


Hi, Steven.

On 2011-05-11 ìì 11:23, Steven Liu wrote:
Hi Joonyoung Shim ,

Can this patch be fixed in?


if kzalloc memroy for data was faild, it will multi free data
memory space. so check the data memory first, is it kzalloc faild
for data, it should goto end and do nothing.


Hmm, I don't think this patch needs. If you see the codes, there is no
multi free data memory, just free data and input_dev. This both free
are no problem because when the pointer is NULL, no operation is
perfomed in the free function.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/