Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2015 15:09:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197881] boot1.efi UEFI system table corruption
Message-ID:  <bug-197881-8-EADtjtmg1y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197881-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197881-8@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=197881

--- Comment #1 from Chris Ruffin <cmruffin@gmail.com> ---
Created attachment 153375
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153375&action=edit
patch which resolves disagreement on block size

ufsread.c assumes a device block size of 512 in all calls to dskread() which is
implemented in boot1.c.  This patch causes dskread() to follow that same
assumption.

-- 
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-197881-8-EADtjtmg1y>