rvirding / luerl

Lua in Erlang
Apache License 2.0
1.03k stars 141 forks source link

Protect against non decimal numbers in float to string functions #141

Closed jezv closed 3 years ago

jezv commented 3 years ago

fixes #140

cast to float to protect against lua numbers which don't have a decimal

jezv commented 3 years ago

closing as @rvirding is working on an alternative

jezv commented 3 years ago

Reopening as could be useful as a temporary fix