Re: io.popen binary write compatibility
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: io.popen binary write compatibility
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2014年9月25日 08:56:45 -0300
> My, my. If the C library crash, this being the year 2014, then the
> developers of the C library must be really, really, really ****
> ****s. :-p
Indeed, but it is the hard fact of life.
Lua used to allow all options and extensions available in the C library
without looking at them, but some C libraries do crash when fed unknown
options, and now Lua checks them and unfortunately cannot handle all
extensions.
See checkoption in loslib.c and lua_checkmode in liolib.c.