Fix crash caused by freeing a stack address
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 19 Jul 2012 13:05:56 +0000 (15:05 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 19 Jul 2012 13:05:56 +0000 (15:05 +0200)
commit3c4c063a2fd5cc6e9ce2b5db82e2a0dfa59b2e40
tree8535cd3e7deec15acb3eae4d2728a03640e3f778
parent86439d5ab68431c6246d5f869c7f0483fbf585e0
Fix crash caused by freeing a stack address

The failure path of try_get_path2() erronously tried to free the "path1" value
(an address on the stack) instead of the allocated string pointed to by "path1".
This caused the library to crash.

Reported by Itay Perl
ChangeLog
lib/fuse.c