Re: Real-World Impact of Hash DoS in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Real-World Impact of Hash DoS in Lua
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年1月26日 17:17:38 -0200
> It just requires that LUA_RANDOM be defined to one of the
> identifiers `time', `arc4random', or `RAND_bytes'.
That is part of the problem. We would like something that Lua could
detect testing some predefined macros.
-- Roberto