On Fri, Mar 20, 2015 at 03:21:40PM +0100, Matteo Semenzato wrote:
> From: Matteo Semenzato <mattew8...@gmail.com>
> 
> This patch fixes the buffer overflow caused by accessing index 4 of hwxmits.
> 

This is a Smatch warning?  It's a false positive because the code that
accesses hwxmits[4] is dead code.  Just delete it that section.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to