RE: svn commit: r314891 - head/sys/boot/efi/loader

2017-03-07 Thread Dexuan Cui via svn-src-all
> From: Rodney W. Grimes [mailto:free...@pdx.rh.cn85.dnsmgr.net] > Sent: Wednesday, March 8, 2017 12:33 > > Author: dexuan > > Date: Wed Mar 8 02:50:29 2017 > > New Revision: 314891 > > Log: > > loader.efi: finally fix the off-by-one bug in efi_verify_staging_size() > > > > r314828(loader.efi:

Re: svn commit: r314891 - head/sys/boot/efi/loader

2017-03-07 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: dexuan > Date: Wed Mar 8 02:50:29 2017 > New Revision: 314891 > URL: https://svnweb.freebsd.org/changeset/base/314891 > > Log: > loader.efi: finally fix the off-by-one bug in efi_verify_staging_size() > > r314828(loader.efi: fix an off