lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




On Fri, Sep 4, 2020, 16:49 Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> Stack overflow in lsys_load (lua/loadlib.c:134)
>
> [...]
I know Linux and other systems have limits on actual file-name lenghts,
but dlopen must accept non-existent file names, too. For instance, if we
call fopen with such a name, it dutifully reports a "File name too long"
error.

-- Roberto

PATH_MAX from linux/limits.h :}

Also, some filesystems may have some arbitrary length limits as well.