Wireshark-bugs: [Wireshark-bugs] [Bug 9162] Lua numbers are double-precision floating-point valu

Date: Sat, 08 Feb 2014 18:12:33 +0000

Comment # 10 on bug 9162 from
As far as I know, Lua's result is undefined - like C.

See:
http://tinyurl.com/mnrw5o7

On my system it generates infinity.  I suppose since we compile Lua numbers as
doubles then Lua number/0 should always result in infinity for wslua.(?)  But
there's no infinity for integers (obviously), so for 64-bit ints I could make
it generate an error.

I'm cool with whatever result you want it to have.


You are receiving this mail because:
  • You are watching all bug changes.