commit | de2080d41b5d584205e408d72021f0f335a046fc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jan 31 23:42:34 2015 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 17 22:23:28 2015 -0500 |
tree | e67c086dd0488609e70f1c9eb9c43c30950d0355 | |
parent | d879cb83417a71c435f1263e1160a9fce8e95d87 [diff] |
gadget/function/f_fs.c: close leaks If ffs_epfile_io() fails in AIO case, we end up leaking io_data (and iovec_copy in case of AIO read). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>