]> git.ipfire.org Git - thirdparty/systemd.git/commit
util: there cannot be trailing garbage when parsing cpu sets
authorLennart Poettering <lennart@poettering.net>
Wed, 30 Sep 2015 18:19:57 +0000 (20:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Sep 2015 20:26:16 +0000 (22:26 +0200)
commite5aa2f71b74b69972a608cc00c9a59062529dd7d
treede0d69f02b2cd2981da628398a33fdccd8fdb01d
parent765d143b5fc8dcb44f5fbd391ef36d0835793e7c
util: there cannot be trailing garbage when parsing cpu sets

extract_first() already skips trailing whitespace, hence no reason to
explicitly check for it.
src/basic/util.c