]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1050: too many strlen() calls in os_unix.c v9.1.1050
authorJohn Marriott <basilisk@internode.on.net>
Thu, 23 Jan 2025 19:05:29 +0000 (20:05 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 23 Jan 2025 19:05:29 +0000 (20:05 +0100)
commitefc41a5958bf25b352e0916af5f57dafbbb44f17
tree9529f85e485af88fb1ba04ceff30d80467e8f367
parentf400a0cc41113eb75516bdd7f38aeaa15208ba2c
patch 9.1.1050: too many strlen() calls in os_unix.c

Problem:  too many strlen() calls in os_unix.c
Solution: refactor os_unix.c and remove calls to strlen()
          (John Marriott)

closes: #16496

Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_unix.c
src/version.c