Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2022 17:07:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 207856] usr/src/sys/geom/vinum/geom_vinum_raid5.c: 2 * bad test ?
Message-ID:  <bug-207856-227-nX7CqJL1bW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207856-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207856-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=3D207856

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
Actually, these assertions are before *sdno / *psdno are set, so I imagine =
what
was intended was:

KASSERT(psd >=3D 0, ("gv_raid5_offset: psdno < 0"));

and

KASSERT(sd >=3D 0, ("gv_raid5_offset: sdno < 0"));

--=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-207856-227-nX7CqJL1bW>