Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jun 2019 13:54:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 238309] geom/geom_slice.c: potential NULL pointer dereference in g_slice_dumpconf()
Message-ID:  <bug-238309-227-tLCGLt6rK2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238309-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238309-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238309

--- Comment #2 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
Sometimes I do "svn blame" (as e.g. in bug #238167), sorry I didn't add it =
this
time, here it is:

> 106101    phk       if (indent =3D=3D NULL) {
> 106101    phk               sbuf_printf(sb, " i %u", pp->index);
> 106101    phk               sbuf_printf(sb, " o %ju",
> 106101    phk                   (uintmax_t)gsp->slices[pp->index].offset);
> 106101    phk               return;
> 106101    phk       }
When commit is fairly recent (this one is not), I'd usually reply to the
committer directly (via the original commit mail).

> I don't want to miss any of these issues (and I might).
I think you've missed bug #238194. :-)

> Does PVS make its output available in a report format we could share
> with developers more broadly?
PVS is not doing these runs, I'm doing them myself.  I've posted a few mess=
ages
to svn-src-head@ a week ago, with a link to a full log, you can find it in =
my
$HOME at freefall (pvs-kernel-filtered-2019-05-28.log.xz).

> I understand it includes false positives, but I imagine it would be
> a good resource for many to look at nontheless.
I hope so; I do keep a list of false positives that people send me to reduce
the noise in subsequent runs.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238309-227-tLCGLt6rK2>