commit | dcec4c3bdc4d5f4bd2d858ee1ce11e3424cbaed7 | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@gmail.com> | Thu Jul 19 15:22:41 2007 -0400 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Sun Oct 14 13:10:20 2007 +0300 |
tree | 350dc84ecd5069e2cc69595482c0fb1ce72ab1e8 | |
parent | bbf25010f1a6b761914430f5fca081ec8c7accd1 [diff] |
UBI: fix leak in ubi_scan_erase_peb Coverity (1769) found the following problem: if the erase counter overflow check triggers, ec_hdr is leaked. Moving the allocation after the overflow check should take care of it. Signed-off-by: Florin Malita <fmalita@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>