]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
utils/cache_gc lint: stricter parsing of CLI integers
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 17 Jun 2019 11:11:07 +0000 (13:11 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 10 Jul 2019 13:59:22 +0000 (15:59 +0200)
commit9a9846e2f045cd2c7b7cfdb5fed24108a2d9becb
treeec11a8a896e746474966ff6cdb6063d9dce4b9e2
parent143abc9611b79b63d55b6dc01ab8e27ae6b9f2ea
utils/cache_gc lint: stricter parsing of CLI integers

For example, "10foo" will no longer be accepted as number 10.
utils/cache_gc/main.c