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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207856 --- 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 >= 0, ("gv_raid5_offset: psdno < 0")); and KASSERT(sd >= 0, ("gv_raid5_offset: sdno < 0")); -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207856-227-nX7CqJL1bW>
