commit | 54acbaaa523ca0bd284a18f67ad213c379679e86 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Mar 25 19:09:54 2011 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Apr 05 10:40:31 2011 +0300 |
tree | c6ed0d74270ef84bc605d71feaa09b0511ccece6 | |
parent | 8b229c76765816796eec7ccd428f03bd8de8b525 [diff] |
UBIFS: fix oops on error path in read_pnode Thanks to coverity which spotted that UBIFS will oops if 'kmalloc()' in 'read_pnode()' fails and we dereference a NULL 'pnode' pointer when we 'goto out'. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Cc: stable@kernel.org