Re: svn commit: r333304 - head/sys/netinet

2018-05-06 Thread Michael Tuexen
> On 6. May 2018, at 19:09, Conrad Meyer wrote: > > FYI, Coverity can detect this kind of issue scanning the kernel (not > just usrsctp). It was detected as CID 1385266 on FreeBSD's Coverity > Scan. That is correct. I just had problems in getting access to the FreeBSD page, so I didn't know the

Re: svn commit: r333304 - head/sys/netinet

2018-05-06 Thread Conrad Meyer
FYI, Coverity can detect this kind of issue scanning the kernel (not just usrsctp). It was detected as CID 1385266 on FreeBSD's Coverity Scan. Best, Conrad On Sun, May 6, 2018 at 7:19 AM, Michael Tuexen wrote: > Author: tuexen > Date: Sun May 6 14:19:50 2018 > New Revision: 04 > URL: https

svn commit: r333304 - head/sys/netinet

2018-05-06 Thread Michael Tuexen
Author: tuexen Date: Sun May 6 14:19:50 2018 New Revision: 04 URL: https://svnweb.freebsd.org/changeset/base/04 Log: Ensure we are not dereferencing a NULL pointer. This was found by Coverity scanning the usrsctp stack (CID 203808). MFC after:3 days Modified: head/sys/n