]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2113: potential NULL pointer dereference issues v9.1.2113
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Thu, 29 Jan 2026 18:43:12 +0000 (18:43 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 29 Jan 2026 18:43:12 +0000 (18:43 +0000)
commitd0502fdb26cedf7b13e9491ec14e8e7daf4ca6fe
tree745bd08efa19aec4559de06af2d0166cfe0aaf89
parent7599a1899750b42273747cf97c5a4d3719079b19
patch 9.1.2113: potential NULL pointer dereference issues

Problem:  potential NULL pointer dereference issues
          (EpheraXun)
Solution: Check returned pointer to be non NULL.
          (Yasuhiro Matsumoto)

fixes:  #19273
closes: #19274

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/clientserver.c
src/terminal.c
src/version.c