]> git.ipfire.org Git - thirdparty/systemd.git/commit
parse-util: rewrite parse_mode() on top of safe_atou_full()
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Jun 2020 15:16:04 +0000 (17:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Jun 2020 13:56:31 +0000 (15:56 +0200)
commitc44702a8bd8cc8b7f2f1df21db9308d9af7dda5b
tree52aecae5fb16df5e7dbb41af228f2f3c27f423b2
parentaa85e4d3cef8ca8436e480bce9fa4ce72876b636
parse-util: rewrite parse_mode() on top of safe_atou_full()

Parsing is hard, hence let's use our own careful wrappers wherever
possible.
src/basic/parse-util.c