Re: [PATCH] isdn: hisax: l3dss1.c: Fix for possible null pointer dereference
From: Sergei Shtylyov
Date: Tue May 20 2014 - 08:23:32 EST
Hello.
On 20-05-2014 1:56, Rickard Strandqvist wrote:
Hi Sergei
I did not put the assignment in the if statement.
You didn't but you changed the line it's on (which wasn't required BTW).
Is it meant for me
to change all the code around the parts I fix?
No, the patch just needs to be checkpatch.pl-clean.
There are many assignments in if in the l3dss1_cmd_global() funktion.
You can leave them alone for now. You can also leave alone the line I was
referring to.
It's late and I'm tired, but I still can not see which of these pairs
of features that I can remove ...?
if (ic->parm.dss1_io.timeout > 0) {
if (!(pc = dss1_new_l3_process(st, -1))) {
free_invoke_id(st, id);
return (-2);
}
pc->prot.dss1.ll_id = ic->parm.dss1_io.ll_id; /* remember id */
pc->prot.dss1.proc = ic->parm.dss1_io.proc; /* and procedure */
}
I didn't quite get the question, if you were asking me.
Best regards
Rickard Strandqvist
WBR, Sergei
--
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/