]> 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, 3 Jul 2019 13:30:23 +0000 (15:30 +0200)
commit0c547512f9c0eae9583ca338e48eeac01c598abf
tree76862f89455be9ce98f03900f22c3d8cc30f8bfd
parent10928a2a0529b49be1289a2545792c15a9b3cc4c
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