Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 17:22:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197641] UEFI loader creates invalid device path
Message-ID:  <bug-197641-8-Tr7BwRpHp3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197641-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197641-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=197641

--- Comment #4 from Chris Ruffin <cmruffin@gmail.com> ---

Thanks!  It does look like it is an omission of setting the node length to 4
just after line 119:

https://svnweb.freebsd.org/base/head/sys/boot/efi/libefi/efipart.c?revision=264088&view=markup#l119

For reference, the incompatibility is surfaced by implementing a check for this
condition here:

https://github.com/tianocore/edk2/blob/svn/branches/UDK2014.SP1/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c#L88

-- 
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-197641-8-Tr7BwRpHp3>