http://macfuse.googlecode.com/svn/trunk/filesystems/unixfs/common/unixfs/unixfs.c

unixfs_ll_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, off_t
off,
                  __unused struct fuse_file_info* fi)
...
        b.p = (char *)realloc(b.p, b.size);
        fuse_add_direntry(req, b.p + oldsize, b.size - oldsize,
dent.name,
                          &stbuf, b.size);

has the same problem
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to