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

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Wed Mar 8 04:33:20 UTC 2017


[ 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-by-one bug in efi_verify_staging_size())
>   doesn't really fix the bug and this patch adds the missing part.
>   
>   It's a shame that I didn't make everything correct at the very beginning...

My thoughts on that:

Try as hard as we can and you well come up short on making software
correct in the beginning as it is an iterative process.  Be glad you
have found and fixed yet another small problem, and hope that in
doing so you have not introduced another.

I thank you for your persuit of this latent issue in loader.efi!

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the svn-src-all mailing list