]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-json: make sure SD_JSON_BUILD_STRING_UNDERSCORIFY() can deal with NULL strings
authorLennart Poettering <lennart@amutable.com>
Mon, 20 Apr 2026 07:35:33 +0000 (09:35 +0200)
committerLennart Poettering <lennart@amutable.com>
Mon, 20 Apr 2026 07:36:06 +0000 (09:36 +0200)
commita77a95665fba06861125a4a62ffed8ccd75f37f2
tree62602f2bba32ebc9bdea3ce0b82220ff9da0bd9e
parent6548da06fc170a8d68c762a9d4ef57de974c23c4
sd-json: make sure SD_JSON_BUILD_STRING_UNDERSCORIFY() can deal with NULL strings

SD_JSON_BUILD_STRING() and everything else can deal with it, make sure
SD_JSON_BUILD_STRING_UNDERSCORIFY() can too.
src/libsystemd/sd-json/sd-json.c