
24 Feb
2014
24 Feb
'14
4:52 p.m.
On Mon, Feb 24, 2014 at 04:46:05PM +0100, Lukasz Majewski wrote:
Hi Tom,
The calloc() call was allocating space for the sizeof the struct pointer rather than for the struct contents. Besides, since this buffer is passed to mmc for writing and some platforms may use cache, the legacy_mbr struct should be cache-aligned.
Is there any problem with this patch?
Just started re-reviewing this one today in fact, good timing.
--
Tom