mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
Problem: possible undefined behaviour in mb_decompose(), when using the
same pointer as argument several times
Solution: use separate assignments to avoid reading and writing the same
object at the same time (Áron Hárnási)
closes: vim/vim#17953
c43a0614d4
Co-authored-by: Áron Hárnási <aron.harnasi@gmail.com>