[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200106.132922.717594592451500648.davem@redhat.com>
Date: Mon, 06 Jan 2020 13:29:22 -0800 (PST)
From: David Miller <davem@...hat.com>
To: lucien.xin@...il.com
Cc: netdev@...r.kernel.org, linux-sctp@...r.kernel.org,
marcelo.leitner@...il.com, nhorman@...driver.com
Subject: Re: [PATCH net] sctp: free cmd->obj.chunk for the unprocessed
SCTP_CMD_REPLY
From: Xin Long <lucien.xin@...il.com>
Date: Sat, 4 Jan 2020 14:15:02 +0800
> This patch is to fix a memleak caused by no place to free cmd->obj.chunk
> for the unprocessed SCTP_CMD_REPLY. This issue occurs when failing to
> process a cmd while there're still SCTP_CMD_REPLY cmds on the cmd seq
> with an allocated chunk in cmd->obj.chunk.
>
> So fix it by freeing cmd->obj.chunk for each SCTP_CMD_REPLY cmd left on
> the cmd seq when any cmd returns error. While at it, also remove 'nomem'
> label.
>
> Reported-by: syzbot+107c4aff5f392bf1517f@...kaller.appspotmail.com
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Signed-off-by: Xin Long <lucien.xin@...il.com>
Applied and queued up for -stable.
Powered by blists - more mailing lists