]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-json: parse uid_t/gid_t as uint32_t first
authorLennart Poettering <lennart@poettering.net>
Fri, 24 Oct 2025 09:09:01 +0000 (11:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 1 Nov 2025 20:43:37 +0000 (21:43 +0100)
commit786aaed943c814d20411a229d487338ce968d8eb
tree160479c303ec51faba1f461c17326520f63b9c89
parente01f8990f1e535c367bbab9018ed2d8def1dd6fa
sd-json: parse uid_t/gid_t as uint32_t first

Let's use the proper uint32_t parsers initially, so that the usual logic
of formatting integers as decimal strings, works too for uids/gids. Not
because it made any sense to encode them like that, but just to be
systematic here.
src/libsystemd/sd-json/sd-json.c