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

Date: Sat, 08 Feb 2014 16:03:36 +0000

Comment # 9 on bug 9162 from
Does lua throw an exception in that case? Does the lua interpreter segfault?
Does it safely exit with an error? We should presumably do the latter, where
"exit" means stop running the lua code but keep going in Wireshark proper.

i.e. it should probably take the same code path as if someone tries to run a
lua script that isn't even syntactically valid


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