Files
neovim/src
nwounkn 4d4092ac9e fix(rpc): assertion failure due to invalid msgpack input
Problem:
  rbuffer_consumed assertion fails if Unpacker fails to parse msgpack,
  because it doesn't consume bytes on errors

Solution:
  Call rbuffer_consumed_compact only if Unpacker isn't closed
2024-01-21 23:42:58 +00:00
..
2023-11-28 22:23:56 +01:00
2023-11-05 20:19:06 +01:00
2024-01-11 21:37:23 +01:00