commit | ef68bf119788be4b468aa6d72362c8c5bbc3e073 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Sep 22 13:31:48 2016 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Sep 30 17:34:28 2016 -0700 |
tree | d5b18da5610e05c5747ee4407eb00171f0d129d9 | |
parent | d41065e20484c53d8976742367bb78ac248fb0d5 [diff] |
f2fs: do not unnecessarily null-terminate encrypted symlink data Null-terminating the fscrypt_symlink_data on read is unnecessary because it is not string data --- it contains binary ciphertext. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>