Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
fuse: Initialize total_len in fuse_retrieve()

+1 -1
+1 -1
fs/fuse/dev.c
··· 1354 1354 loff_t file_size; 1355 1355 unsigned int num; 1356 1356 unsigned int offset; 1357 - size_t total_len; 1357 + size_t total_len = 0; 1358 1358 1359 1359 req = fuse_get_req(fc); 1360 1360 if (IS_ERR(req))