git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
033ead8
)
UBIFS: fix error handling in dump_lpt_leb()
author
hujianyang
<hujianyang@huawei.com>
Wed, 11 Jun 2014 02:40:10 +0000
(10:40 +0800)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Sat, 19 Jul 2014 06:53:51 +0000
(09:53 +0300)
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>
No differences found