Skip to content
Snippets Groups Projects
Commit 06aeb768 authored by Mergen Imeev's avatar Mergen Imeev Committed by Kirill Yukhin
Browse files

lua/serializer: encode Lua number -2^63 as integer

This patch fixes a bug that appeared after commit
3a13be1d ('lua: fix lua_tofield()
for 2**64 value') .

Due to this bug, -2^63 was serialized as double, although it
should be serialized as integer.

Closes #4672
parent 940133ae
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment