Dear Tom Rini,

> On Fri, Jan 11, 2013 at 03:35:48AM -0000, Marek Vasut wrote:
> > In case a function argument is known/fixed size array in C, the argument
> > is still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and
> > therefore calling sizeof on the function argument will result in the
> > size of the pointer, not the size of the array.
> > 
> > The VFAT code contains such a bug, this patch fixes it.
> > 
> > Reported-by: Aaron Williams <[email protected]>
> > Signed-off-by: Marek Vasut <[email protected]>
> > Cc: Tom Rini <[email protected]>
> > Cc: Aaron Williams <[email protected]>
> > Tested-by: Michal Simek <[email protected]>
> > Reviewed-by: Joe Hershberger <[email protected]>
> 
> Applied to u-boot/master, thanks!

Can we have a bugfix release 2013.02 or something ? This is a grave bug.

Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to