Re: [PATCH v2 5/6] net-PPP: Delete an unnecessary assignment in mppe_alloc()
From: Dan Carpenter <hidden>
Date: 2014-12-05 12:23:12
Also in:
kernel-janitors, lkml
From: Dan Carpenter <hidden>
Date: 2014-12-05 12:23:12
Also in:
kernel-janitors, lkml
On Thu, Dec 04, 2014 at 11:18:41PM +0100, SF Markus Elfring wrote:
From: Markus Elfring <redacted> Date: Thu, 4 Dec 2014 22:33:34 +0100 The data structure element "arc4" was assigned a null pointer by the mppe_alloc() function if a previous function call "crypto_alloc_blkcipher" failed.
No. crypto_alloc_blkcipher() returns error pointers and not NULL. This patch creates a bug. regards, dan carpenter