Skip to content

Commit

Permalink
patch 9.1.0973: too many strlen() calls in fileio.c
Browse files Browse the repository at this point in the history
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: vim#16306

Signed-off-by: John Marriott <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
basilisk0315 authored and chrisbra committed Dec 29, 2024
1 parent df67fc0 commit 14ede18
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 144 deletions.
Loading

0 comments on commit 14ede18

Please sign in to comment.