Re: [PATCH] net: sctp: fix warning "NULL check before some freeing functions is not needed"
From: David Miller <davem@davemloft.net>
Date: 2019-07-17 19:01:34
Also in:
linux-sctp, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-07-17 19:01:34
Also in:
linux-sctp, lkml
From: Hariprasad Kelam <redacted> Date: Tue, 16 Jul 2019 07:50:02 +0530
This patch removes NULL checks before calling kfree. fixes below issues reported by coccicheck net/sctp/sm_make_chunk.c:2586:3-8: WARNING: NULL check before some freeing functions is not needed. net/sctp/sm_make_chunk.c:2652:3-8: WARNING: NULL check before some freeing functions is not needed. net/sctp/sm_make_chunk.c:2667:3-8: WARNING: NULL check before some freeing functions is not needed. net/sctp/sm_make_chunk.c:2684:3-8: WARNING: NULL check before some freeing functions is not needed. Signed-off-by: Hariprasad Kelam <redacted>
Applied.