Re: [Patch fuselib] Support 255 character file names

2014-04-28 Thread Sylvestre Gallon
On Sun, Apr 27, 2014 at 2:37 AM, Helg xx...@msn.com wrote: I've been doing some testing of fuse and discovered a small bug where it only allows file names up to 254 characters due to not taking the NULL terminator into consideration when allocating structures. This has been commited (with

[Patch fuselib] Support 255 character file names

2014-04-26 Thread Helg
I've been doing some testing of fuse and discovered a small bug where it only allows file names up to 254 characters due to not taking the NULL terminator into consideration when allocating structures. -- Helg xx...@msn.com Index: dict.c