Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74014 Details for
Bug 113864
'user' option for sshfs/fuse in /etc/fstab
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fuse-2.4.1.patch
fuse-2.4.1.patch (text/plain), 568 bytes, created by
Peter Hyman
on 2005-12-03 15:29:50 UTC
(
hide
)
Description:
fuse-2.4.1.patch
Filename:
MIME Type:
Creator:
Peter Hyman
Created:
2005-12-03 15:29:50 UTC
Size:
568 bytes
patch
obsolete
>--- /tmp/fuse.c.2.4.1 2005-12-03 18:26:53.000000000 -0500 >+++ /tmp/fuse.c.2.4.1.patch 2005-12-03 18:26:53.000000000 -0500 >@@ -1647,6 +1647,7 @@ > void fuse_process_cmd(struct fuse *f, struct fuse_cmd *cmd) > { > fuse_session_process(f->se, cmd->buf, cmd->buflen, cmd->ch); >+ free(cmd); > } > > int fuse_exited(struct fuse *f) >@@ -1684,6 +1685,8 @@ > int res = fuse_chan_receive(ch, cmd->buf, bufsize); > if (res <= 0) { > free_cmd(cmd); >+ if (res == -1) >+ fuse_exit(f); > return NULL; > } > cmd->buflen = res; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 113864
:
74014
|
74015