On Sun, Apr 27, 2014 at 2:37 AM, Helg 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 few changes),
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
Index: dict.c
===