Searched hist:300257 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.cdiff 300257 Fri May 20 01:45:42 MDT 2016 allanjude Fixup the geliboot sector rounding code

Replace all rounding with the round{up,down}2 macros
a missing set of braces caused the previous code to be incorrect

replace alloca() with malloc() because alloca() can return an allocation
that is actually invalid, causing boot to fail

Reviewed by: emaste, ed
Thanks To: peter
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D6213

Completed in 121 milliseconds