fuse4j icon indicating copy to clipboard operation
fuse4j copied to clipboard

Bug in fuse_callback.c

Open tobermory opened this issue 11 years ago • 0 comments

Line 740, in javafs_setxattr, 3 local variables are defined twice, in different scopes. Result is that the cleanup logic will never be run, thus leaking memory. I think this has been present going way back.

tobermory avatar Jun 25 '14 19:06 tobermory