Files
neovim/src/nvim/msgpack_rpc
oni-link 8373aaf44e helpers.c: Handle msgpack str/bin objects with length 0 correctly
When converting a msgpack object to a String object, strings (and byte
arrays) with length 0 are handled as errors. This is fixed by
always using the msgpack data pointer as a valid pointer. For a NULL
pointer there is nothing to copy.

Test by @snoe

Fixes #3844
2015-12-21 00:23:53 +01:00
..
2015-09-06 09:18:52 -03:00
2014-12-08 23:44:24 -03:00