From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Date: Sat, 25 Feb 2017 22:38:11 +0800 > Subject: rhashtable: Fix use before NULL check in bucket_table_free > > Dan Carpenter reported a use before NULL check bug in the function > bucket_table_free. In fact we don't need the NULL check at all as > no caller can provide a NULL argument. So this patch fixes this by > simply removing it. > > Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Also applied, thanks Herbert. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html