Re: [ANN] Lua 5.1.3-rc4 now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.1.3-rc4 now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2008年1月20日 17:54:45 -0200
> E.g. stdin may have been closed from C code or may not be open to
> begin with [...]
Once stdin is closed from C code, all is lost. Its corresponding FILE*
may become a dangling pointer, and it is just impossible to detect it.
It seems there is nothing that Lua can do to prevent problems in this
case.
-- Roberto