[ 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 rgri...@freebsd.org _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"