Re: [PATCH 4.4 33/49] net: sctp: fix array overrun read on sctp_timer_tbl

2017-12-09 Thread Greg Kroah-Hartman
On Fri, Dec 08, 2017 at 04:34:51AM +, Ben Hutchings wrote: > On Thu, 2017-12-07 at 14:07 +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.  If anyone has any objections, please let me > > know. > > > > -- > > > > From: Colin Ian King > > > > > > [ Upstream commi

Re: [PATCH 4.4 33/49] net: sctp: fix array overrun read on sctp_timer_tbl

2017-12-07 Thread Ben Hutchings
On Thu, 2017-12-07 at 14:07 +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me > know. > > -- > > From: Colin Ian King > > > [ Upstream commit 0e73fc9a56f22f2eec4d2b2910c649f7af67b74d ] > > The comparison on the timeout can

[PATCH 4.4 33/49] net: sctp: fix array overrun read on sctp_timer_tbl

2017-12-07 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Colin Ian King [ Upstream commit 0e73fc9a56f22f2eec4d2b2910c649f7af67b74d ] The comparison on the timeout can lead to an array overrun read on sctp_timer_tbl because of an off-by-one error. Fi