[U-Boot] [PATCH] libfdt: Fix bug in fdt_subnode_offset_namelen()

Jerry Van Baren gerald.vanbaren at ge.com
Thu Oct 30 12:39:04 CET 2008


Kumar Gala wrote:
> From: David Gibson <david at gibson.dropbear.id.au>
> 
> There's currently an off-by-one bug in fdt_subnode_offset_namelen()
> which causes it to keep searching after it's finished the subnodes of
> the given parent, and into the subnodes of siblings of the original
> node which come after it in the tree.
> 
> Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> 
> Jerry, please pick this fix up for u-boot v2008.12.
> 
> - k

Will do tonight and send a pull request.

Thanks,
gvb


More information about the U-Boot mailing list