Files
neovim/test/unit
Justin M. Keyes 88bc9f8e92 xstrlcat: Allow overlapped pointers. (#6017)
memcpy is not equivalent to memmove (which is used by vim_strcat), this
could cause subtle bugs if xstrlcat is used as a replacement for
vim_strcat. But vim_strcat is inconsistent: in the `else` branch it uses
strcpy, which doesn't allow overlap.

Helped-by: oni-link <knil.ino@gmail.com>
Helped-by: James McCoy <jamessan@jamessan.com>
Helped-by: Nikolai Aleksandrovich Pavlov <kp-pav@yandex.ru>
2017-01-31 17:42:22 +01:00
..
2017-01-03 23:58:12 +03:00
2017-01-07 19:12:18 +03:00
2017-01-21 18:17:44 +01:00
2016-11-17 00:55:39 +01:00
2017-01-07 19:12:18 +03:00
2016-04-28 19:30:17 +02:00
2017-01-07 19:07:32 +03:00
2016-11-17 00:55:39 +01:00