commit | 7b8f622e537aa87b52def78c37a8645d979fb7cc | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Thu Apr 25 20:42:54 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 26 12:13:28 2019 -0400 |
tree | 3f9a26324cb4717476f4f9ac0149074d4119b0ad | |
parent | fd85717d2800a352ce48799adcf7037b74df2854 [diff] |
net: hns3: prevent double free in hns3_put_ring_config() This patch adds a check for the hns3_put_ring_config() to prevent double free, and for more readable, move the NULL assignment of priv->ring_data into the hns3_put_ring_config(). Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>