X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fecryptfs%2Fcrypto.c;h=719e1ce1c60930ec8e2c316631d21ec2bac03cc3;hp=c2d6604667b052bf343febc88969f60f57568290;hb=298647e31af52e795867a399fa049cebd88067ff;hpb=5c68eac68bea2fc908b20b6df8654d50bd1a5d36 diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index c2d6604667b0..719e1ce1c609 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c @@ -1917,7 +1917,6 @@ ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, break; case 2: dst[dst_byte_offset++] |= (src_byte); - dst[dst_byte_offset] = 0; current_bit_offset = 0; break; }