Re: [PATCH v2 6/6] net-PPP: Delete another unnecessary assignment in mppe_alloc()
From: SF Markus Elfring <hidden>
Date: 2014-12-05 12:50:33
Also in:
kernel-janitors, lkml
From: SF Markus Elfring <hidden>
Date: 2014-12-05 12:50:33
Also in:
kernel-janitors, lkml
quoted
The data structure element "sha1" was assigned a null pointer by the mppe_alloc() after a function call "crypto_alloc_hash" failed.This patch is also buggy.
Do you really want to keep a variable reset after a detected failure? Regards, Markus