commit | 5a95741a574f69c8219d3164d1fbf1c855566afe | [log] [tgz] |
---|---|---|
author | hujianyang <hujianyang@huawei.com> | Wed Jun 11 10:40:10 2014 +0800 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sat Jul 19 09:53:51 2014 +0300 |
tree | d162ae6e5ccd57731a3801e83483ba6d9ba51fe2 | |
parent | 033ead8230c2cf9cdc2d6e1148bfdf5674012a9c [diff] |
UBIFS: fix error handling in dump_lpt_leb() This patch checks the return value of 'ubifs_unpack_nnode()'. If this function returns an error, 'nnode' may not be initialized, so just print an error message and break. Signed-off-by: hujianyang <hujianyang@huawei.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>