Re: [PATCH v2 0/6] net-PPP: Deletion of a few unnecessary checks
From: David Miller <davem@davemloft.net>
Date: 2014-12-09 19:54:55
Also in:
kernel-janitors, netdev
From: David Miller <davem@davemloft.net>
Date: 2014-12-09 19:54:55
Also in:
kernel-janitors, netdev
From: SF Markus Elfring <redacted> Date: Thu, 04 Dec 2014 23:03:30 +0100
From: Markus Elfring <redacted> Date: Thu, 4 Dec 2014 22:50:28 +0100 Further update suggestions were taken into account before and after a patch was applied from static source code analysis.
Generally speaking, it is advisable to not leave error pointers in data structures, even if they are about to be free'd up in an error path anyways. Therefore I do not like some of the patches in this series. Sorry.