[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190213.163426.603453137542648612.davem@davemloft.net>
Date: Wed, 13 Feb 2019 16:34:26 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: lucien.xin@...il.com
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
linux-sctp@...r.kernel.org, marcelo.leitner@...il.com,
nhorman@...driver.com
Subject: Re: [PATCH net] sctp: set stream ext to NULL after freeing it in
sctp_stream_outq_migrate
From: Xin Long <lucien.xin@...il.com>
Date: Tue, 12 Feb 2019 18:51:01 +0800
> In sctp_stream_init(), after sctp_stream_outq_migrate() freed the
> surplus streams' ext, but sctp_stream_alloc_out() returns -ENOMEM,
> stream->outcnt will not be set to 'outcnt'.
>
> With the bigger value on stream->outcnt, when closing the assoc and
> freeing its streams, the ext of those surplus streams will be freed
> again since those stream exts were not set to NULL after freeing in
> sctp_stream_outq_migrate(). Then the invalid-free issue reported by
> syzbot would be triggered.
>
> We fix it by simply setting them to NULL after freeing.
>
> Fixes: 5bbbbe32a431 ("sctp: introduce stream scheduler foundations")
> Reported-by: syzbot+58e480e7b28f2d890bfd@...kaller.appspotmail.com
> Signed-off-by: Xin Long <lucien.xin@...il.com>
Also applied and queued up for -stable, thanks.
Powered by blists - more mailing lists