diff options
author | 2009-07-24 17:05:00 +0300 | |
---|---|---|
committer | 2009-07-24 20:08:52 +0300 | |
commit | 7194e6f9c083e87171ddfc8b746f05e007f58132 (patch) | |
tree | df883b3efd57a4389729989babc0ebb9739153d7 /lib/dma-debug.c | |
parent | Linux 2.6.31-rc4 (diff) | |
download | wireguard-linux-7194e6f9c083e87171ddfc8b746f05e007f58132.tar.xz wireguard-linux-7194e6f9c083e87171ddfc8b746f05e007f58132.zip |
UBI: fix double free on error path
If we fail in 'ubi_eba_init_scan()', we free
'ubi->volumes[i]->eba_tbl' in there, but also later free it
in 'free_internal_volumes()'. Fix this by assigning NULL
to 'ubi->volumes[i]->eba_tbl' after it is freed.
Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'lib/dma-debug.c')
0 files changed, 0 insertions, 0 deletions