]> git.ipfire.org Git - thirdparty/systemd.git/commit
parse-util: make sure "-0.-0s" is not considered a valid time specification
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Jul 2018 11:01:46 +0000 (13:01 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Jul 2018 11:01:46 +0000 (13:01 +0200)
commit5a9fb35843d2384a5539a079c4d13c095705fa94
treed16035e0cd59aa7a0ded90a8b3e535d0e729cc07
parenta7edb403e573751ee701e5c32a76171ab34f504e
parse-util: make sure "-0.-0s" is not considered a valid time specification

Did I mention that strtoll() is super-hard to use properly?
src/basic/time-util.c
src/test/test-time-util.c