Hi Michael,
On Sun, Apr 12, 2020 at 2:33 AM Michael Tuexen wrote:
> Yes. What I meant is that in the stream scheduler code (sctp_ss_functions.c)
> the pattern is
>
> TAILQ_REMOVE(&asoc->ss_data.out.list, sp, ss_next);
> sp->ss_next.tqe_next = NULL;
> sp->ss_next.tqe_prev =
> On 11. Apr 2020, at 23:35, Conrad Meyer wrote:
>
> Hi Michael,
>
> On Sat, Apr 11, 2020 at 1:37 PM Michael Tuexen wrote:
>>
>> Author: tuexen
>> Date: Sat Apr 11 20:36:54 2020
>> New Revision: 359809
>> URL: https://svnweb.freebsd.org/changeset/base/359809
>>
>> Log:
>> Zero out pointers f
Hi Michael,
On Sat, Apr 11, 2020 at 1:37 PM Michael Tuexen wrote:
>
> Author: tuexen
> Date: Sat Apr 11 20:36:54 2020
> New Revision: 359809
> URL: https://svnweb.freebsd.org/changeset/base/359809
>
> Log:
> Zero out pointers for consistency.
>
> This was found by running syzkaller on an INVA
Author: tuexen
Date: Sat Apr 11 20:36:54 2020
New Revision: 359809
URL: https://svnweb.freebsd.org/changeset/base/359809
Log:
Zero out pointers for consistency.
This was found by running syzkaller on an INVARIANTS kernel.
MFC after:3 days
Modified:
head/sys/netinet/sctp_