commit | fa5199648e273a5e3e80aca41c1eb53700438dc1 | [log] [tgz] |
---|---|---|
author | Simon Que <sque@chromium.org> | Thu Jan 17 11:18:20 2013 -0800 |
committer | Tyler Hicks <tyhicks@canonical.com> | Thu Jan 17 11:31:25 2013 -0800 |
tree | b11dee22c5d019373ac57b46bfebec4e61f61ba4 | |
parent | dfdebc24837ed0a1d6ad73b108a10d3c88d1b6e8 [diff] |
eCryptfs: initialize payload_len in keystore.c This is meant to remove a compiler warning. It should not make any functional change. payload_len should be initialized when it is passed to write_tag_64_packet() as a pointer. If that call fails, this function should return early, and payload_len won't be used. Signed-off-by: Simon Que <sque@chromium.org> Signed-off-by: Tyler Hicks <tyhicks@canonical.com>