On Tue, May 20, 2014 at 11:34:25PM +0200, Rickard Strandqvist wrote: > There is otherwise a risk of a possible null pointer dereference. > > Was largely found by using a static code analysis program called cppcheck. > > Signed-off-by: Rickard Strandqvist <[email protected]>
This is a real bug. :) Reviewed-by: Dan Carpenter <[email protected]> Btw, I have named this kind of bug a "one err bug" because there is one "err:" label which handles all the error handling. It is a very common kind of bug. regards, dan carpenter _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
