aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/json_functions_spec.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-10-31 00:02:16 -0400
committerJames McCoy <jamessan@jamessan.com>2016-11-02 10:06:27 -0400
commit9b545dd3db2f1f21b4503a0be3fe4a7f98a0968f (patch)
tree4b559784f5832738e51aa70be1a64cf9fb30113f /test/functional/eval/json_functions_spec.lua
parent37e64d79cc12ceded903a490c0d6edaa60950fc6 (diff)
downloadrneovim-9b545dd3db2f1f21b4503a0be3fe4a7f98a0968f.tar.gz
rneovim-9b545dd3db2f1f21b4503a0be3fe4a7f98a0968f.tar.bz2
rneovim-9b545dd3db2f1f21b4503a0be3fe4a7f98a0968f.zip
nvim_win_get_number: Use int as rv to fix BE issues
rv is int64_t but its address is being passed into win_get_tabwin as if it were an int. This breaks on big-endian systems, since win_get_tabwin will store the data to the "wrong" half of the int64_t, thus returning invalid data out of nvim_win_get_number.
Diffstat (limited to 'test/functional/eval/json_functions_spec.lua')
0 files changed, 0 insertions, 0 deletions