]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1233: Coverity warns about NULL pointer when triggering WinResized v9.1.1233
authorzeertzjq <zeertzjq@outlook.com>
Mon, 24 Mar 2025 19:22:23 +0000 (20:22 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 24 Mar 2025 19:22:23 +0000 (20:22 +0100)
commitb42b9fc41f27f92aaf4f96cd4149f3160e9fe588
treea65a92cb9d516626221ecf8ec5975a568f3fdbad
parent92e109fc139772727783bc9f3c333e4b346e3ef4
patch 9.1.1233: Coverity warns about NULL pointer when triggering WinResized

Problem:  Coverity warns about NULL pointer when triggering WinResized
Solution: Add OOM checks for windows_list like for scroll_dict. Remove
          void casts that are unnecessary after 9.1.1084 (zeertzjq).

closes: #16959

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/version.c
src/window.c