Wireshark-bugs: [Wireshark-bugs] [Bug 9162] Lua numbers are double-precision floating-point valu
Date: Sat, 08 Feb 2014 16:00:59 +0000

Comment # 8 on bug 9162 from
Yup, clang's right - if you try to divide Int64 by zero, the code will try to
divide by zero (and fail miserably, in spectacular ways).  Don't do that. :)

Actually, in all seriousness, what should the code do in such a case?  Lua
itself doesn't protect/prevent you from dividing Lua numbers by 0.  It's a Lua
programming error to do so.


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