]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0127: Naming a non-pointer variable "oap" is strange v9.1.0127
authorzeertzjq <zeertzjq@outlook.com>
Thu, 22 Feb 2024 18:51:34 +0000 (19:51 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 22 Feb 2024 18:51:34 +0000 (19:51 +0100)
commit5e3674b42da10b7e7c72d1f20f9a15379af1b60a
tree6e0ca6ba74b097a3cc51d0aaa50a46a919ee5122
parent421b597470c118871c7081de00dd065e0e000b7e
patch 9.1.0127: Naming a non-pointer variable "oap" is strange

Problem:  Naming a non-pointer variable "oap" is strange.
Solution: Rename it to "oa". Also prevent using freed memory in case of
          memory allocation failure. (zeertzjq)

closes: #14075

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