diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-08-29 09:08:51 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-08-29 09:08:51 +0200 |
commit | b9a3acf46afdafc601947136f63e9dd228cd86e8 (patch) | |
tree | 2b206b6d3c51f673c94fbcdf03df2a699e7110d2 /fs/ecryptfs/keystore.c | |
parent | sh: ecovec: add renesas_usbhs DMAEngine support (diff) | |
parent | sh: fix the compile error in setup-sh7757.c (diff) | |
download | linux-b9a3acf46afdafc601947136f63e9dd228cd86e8.tar.xz linux-b9a3acf46afdafc601947136f63e9dd228cd86e8.zip |
Merge branch 'sh/stable-updates' into sh-latest
Diffstat (limited to 'fs/ecryptfs/keystore.c')
-rw-r--r-- | fs/ecryptfs/keystore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c index 08a2b52bf565..ac1ad48c2376 100644 --- a/fs/ecryptfs/keystore.c +++ b/fs/ecryptfs/keystore.c @@ -1973,7 +1973,7 @@ pki_encrypt_session_key(struct key *auth_tok_key, { struct ecryptfs_msg_ctx *msg_ctx = NULL; char *payload = NULL; - size_t payload_len; + size_t payload_len = 0; struct ecryptfs_message *msg; int rc; |