commit | 82d0d3e7e69ab509b5c91b61f12bd3593a7c6dcb | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun May 31 13:35:22 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 31 13:35:22 2015 -0400 |
tree | 3fc181cfc0c02ca2a1236ebefeb8fe6733ade2cb | |
parent | d87f6d78e996bbba27b649c0e0eed7a37d6b73ba [diff] |
ext4 crypto: clean up error handling in ext4_fname_setup_filename Fix a potential memory leak where fname->crypto_buf.name wouldn't get freed in some error paths, and also make the error handling easier to understand/audit. Signed-off-by: Theodore Ts'o <tytso@mit.edu>