https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197641
--- Comment #7 from [email protected] --- A commit references this bug: Author: emaste Date: Tue Jul 28 12:45:09 UTC 2015 New revision: 285951 URL: https://svnweb.freebsd.org/changeset/base/285951 Log: MFC r285246: Avoid creating invalid UEFI device path The UEFI loader on the 10.1 release install disk (disc1) modifies an existing EFI_DEVICE_PATH_PROTOCOL instance in an apparent attempt to truncate the device path. In doing so it creates an invalid device path. Perform the equivalent action without modification of structures allocated by firmware. PR: 197641 Submitted by: Chris Ruffin <chris.ruffin at intel.com> Changes: _U stable/10/ stable/10/sys/boot/efi/libefi/efipart.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
