Skip to content
Commit cc91542a authored by Eric Biggers's avatar Eric Biggers Committed by Theodore Ts'o
Browse files

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: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent e81d4477
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment