commit | a78e1a741810bbeaea955f30e6b5b8aa6b4b3a6b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Nov 13 20:21:05 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 13 20:21:05 2014 +0000 |
tree | c2f14b239de8e1b249bc5eaa3a72530ad68a0db4 | |
parent | 8f7fc8dfed9ab6615e4a906aaefdf0eadd31ea28 [diff] | |
parent | 19ec8860c1d80836b176dbf3dc434a94182094b7 [diff] |
Merge "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; }