]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1316: missing memory allocation failure in os_mswin.c v9.1.1316
authorJohn Marriott <basilisk@internode.on.net>
Thu, 17 Apr 2025 18:35:42 +0000 (20:35 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Apr 2025 18:35:42 +0000 (20:35 +0200)
commit7ddba51635abdacb2bf8b96bff2ddfdefa0c985b
tree79ac546dcf7980144da0793dbfaef3530866589e
parentcfe502c5753cce2080ddabdfdcacb8e4b3092721
patch 9.1.1316: missing memory allocation failure in os_mswin.c

Problem:  missing memory allocation failure in os_mswin.c
Solution: check for memory allocation failure and return early.
          (John Marriott)

closes: #17134

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