commit | cc91542ac8f29d8446ef59234796b95f0fbce09a | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Sep 30 01:44:17 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 30 01:44:17 2016 -0400 |
tree | 742741c73d8ec48e8950f870ce6497786e82fdc3 | |
parent | e81d44778d1d57bbaef9e24c4eac7c8a7a401d40 [diff] |
ext4: 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: Theodore Ts'o <tytso@mit.edu>