commit | 8a742f785bbda4a60288325e42953515c2320b50 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Tue Dec 22 10:52:47 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | 5a97724d74d31344493a399ecbafda28311e3191 | |
parent | e6d6cbe303c5cfa581842ce4ba4899ba313931ab [diff] |
staging: most: fix mbo leak This patch fixes a potential MBO leak in case function aim_read() exits right after the MBO has been fetched from kfifo and before it has been saved to the variable stacked_mbo. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>