]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0973: too many strlen() calls in fileio.c v9.1.0973
authorJohn Marriott <basilisk@internode.on.net>
Sun, 29 Dec 2024 15:14:19 +0000 (16:14 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Dec 2024 15:18:23 +0000 (16:18 +0100)
commit14ede1890f820d119ad521a4cfc2ef4beee5b4d3
tree59b9c500fb6d98161f128b1c49f816105e6e59a4
parentdf67fc0e6994bc92f3d82edc6269e158875defad
patch 9.1.0973: too many strlen() calls in fileio.c

Problem:  too many strlen() calls in fileio.c
Solution: refactor fileio.c and remove calls to STRLEN(),
          check for out-of-memory condition in buf_check_timestamp()
          (John Marriott)

closes: #16306

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