Bug 870485

Summary: Please backport upstream patch for missing dereference in free on error path
Product: [Fedora] Fedora Reporter: Tyson Whitehead <twhitehead>
Component: fuseAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: lemenkov, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-16 07:32:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch against fuse fedpkg repo to add upstream patch none

Description Tyson Whitehead 2012-10-26 15:40:32 UTC
Created attachment 633940 [details]
patch against fuse fedpkg repo to add upstream patch

Description of problem:

We use sshfs mounted home directories, and we were finding that sshfs would mysteriously crash.  Examining the core dump revealed that there was a missing pointer dereference in a free along an error path in the fuse library.

When I went to submit an upstream bug, it turned out that it had already been fixed

http://fuse.git.sourceforge.net/git/gitweb.cgi?p=fuse/fuse;a=commit;h=3c4c063a2fd5cc6e9ce2b5db82e2a0dfa59b2e40

Could we please get this patch included in the current release.

Version-Release number of selected component (if applicable):

All fuse release prior to 2.9.1.

How reproducible:

Always.

Steps to Reproduce:
1. Mount home directory with sshfs.
2. Start gnome desktop on mounted home directory
3. May have to repeat a couple of times.
  
Actual results:

The sshfs program dies and you get a "transport endpoint is not connected" error message when trying to access your home directory.

Expected results:

You expect to be able to access your home directory.

Additional info:

I've attached a patch against the f17 branch in the Fedora fedpkg repo for fuse to add a back ported version of the upstream patch.

Comment 1 Fedora Update System 2012-10-31 14:48:06 UTC
fuse-2.8.7-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/fuse-2.8.7-2.fc17

Comment 2 Fedora Update System 2012-10-31 14:48:45 UTC
fuse-2.8.7-2.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/fuse-2.8.7-2.fc16

Comment 3 Fedora Update System 2012-11-01 01:17:19 UTC
Package fuse-2.8.7-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing fuse-2.8.7-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-17377/fuse-2.8.7-2.fc17
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-11-16 07:32:02 UTC
fuse-2.8.7-2.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2012-11-16 07:41:02 UTC
fuse-2.8.7-2.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.