fuse4j
fuse4j copied to clipboard
Bug in fuse_callback.c
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.