commit | 0bf7a90564169fecc0a2b61ec176df6eea56e641 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Nov 14 18:55:03 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Nov 14 18:55:03 2014 +0000 |
tree | 2dfa3b816c8ee8a9e315afd1757d316b3d15e754 | |
parent | 88749eec0a9e3606611b8753bce5a949bc15815b [diff] | |
parent | 8822a81defc3224c11e44719baf5574202142a05 [diff] |
am 8822a81d: am a78e1a74: Merge "Sdcard: Initialize the padding output value" * commit '8822a81defc3224c11e44719baf5574202142a05': Sdcard: Initialize the padding output value
diff --git a/sdcard/sdcard.c b/sdcard/sdcard.c index 3fc3577..9ba81ff 100644 --- a/sdcard/sdcard.c +++ b/sdcard/sdcard.c
@@ -1269,6 +1269,7 @@ return -errno; } out.size = res; + out.padding = 0; fuse_reply(fuse, hdr->unique, &out, sizeof(out)); return NO_STATUS; }