]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1558: str2blob() treats NULL string and empty string differently v9.1.1558
authorzeertzjq <zeertzjq@outlook.com>
Thu, 17 Jul 2025 18:12:17 +0000 (20:12 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Jul 2025 18:12:17 +0000 (20:12 +0200)
commit2e154d8135abaea76ee1b81240daf46ae091b86b
treed109f96d88ed167e5fdceb7b1b46e9587a7146ae
parent0d9160e11ce4b921adff1e5621dd989ce96fb0f3
patch 9.1.1558: str2blob() treats NULL string and empty string differently

Problem:  str2blob() treats NULL string and empty string differently
Solution: Treats a NULL string the same as an empty string
          (zeertzjq).

closes: #17778

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/strings.c
src/testdir/test_functions.vim
src/version.c