Re: [PATCH 1/2] lustre/mdc_lib: fix possible null pointer dereference

From: Dan Carpenter
Date: Wed Mar 05 2014 - 13:54:01 EST


On Wed, Mar 05, 2014 at 02:04:35PM +0100, Maxin B. John wrote:
> From: "Maxin B. John" <maxin.john@xxxxxxxx>
>
> cppcheck reported possible null pointer dereference in mdc_lib.c
>
> [lustre/lustre/mdc/mdc_lib.c:233]: (error) Possible null pointer dereference
> : op_data - otherwise it is redundant to check if op_data is null at line 226
>

There is only one caller and "op_data" is not NULL.

regards,
dan carpenter

--
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/