commit | b16aadf411280fc426d7488ddd8a5b2038b7194d | [log] [tgz] |
---|---|---|
author | Lei Wen <leiwen@marvell.com> | Tue Feb 15 16:56:40 2011 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 12 22:58:35 2011 +0200 |
tree | 230cf807873574dcd0e231488a1a64a8fc721d11 | |
parent | 9eeaa8e66ce1b34ddac9ebb1f31043f473a7c176 [diff] |
disk/part.c: fix potential stack overflow bug If the param pass to get_dev is not the one defined in the block_drvr, it could make uboot becomes unstable, for it would continue run after search complete the block_drvr table. Signed-off-by: Lei Wen <leiwen@marvell.com>