* commit '8822a81defc3224c11e44719baf5574202142a05': Sdcard: Initialize the padding output value
This commit is contained in:
commit
0bf7a90564
1 changed files with 1 additions and 0 deletions
|
|
@ -1269,6 +1269,7 @@ static int handle_write(struct fuse* fuse, struct fuse_handler* handler,
|
|||
return -errno;
|
||||
}
|
||||
out.size = res;
|
||||
out.padding = 0;
|
||||
fuse_reply(fuse, hdr->unique, &out, sizeof(out));
|
||||
return NO_STATUS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue