[Bug 1175807] [NEW] [libfuse2:amd64-2.9.0-1ubuntu] sshfs assert failure : *** Error in sshfs`: double free or corruption

wizwiz50 1175807 at bugs.launchpad.net
Thu May 2 22:21:03 UTC 2013


Public bug reported:

Hello,

I think there's a double free in fuse.c:1165

static int try_get_path2()
{
	(...)
	unlock_path(f, nodeid1, wn1, NULL, ticket);
	free(path1);						// fuse.c:1165 : should be "free(*path1);": 
	if (ticket && err != -EAGAIN)
	(...)
}

Thank you

** Affects: fuse (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to fuse in Ubuntu.
https://bugs.launchpad.net/bugs/1175807

Title:
  [libfuse2:amd64-2.9.0-1ubuntu] sshfs assert failure : *** Error in
  sshfs`: double free or corruption

Status in “fuse” package in Ubuntu:
  New

Bug description:
  Hello,

  I think there's a double free in fuse.c:1165

  static int try_get_path2()
  {
  	(...)
  	unlock_path(f, nodeid1, wn1, NULL, ticket);
  	free(path1);						// fuse.c:1165 : should be "free(*path1);": 
  	if (ticket && err != -EAGAIN)
  	(...)
  }

  Thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fuse/+bug/1175807/+subscriptions




More information about the foundations-bugs mailing list