Parse only init_debug option with non-empty argument.
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 23 Jul 2013 08:28:42 +0000 (16:28 +0800)
committerJohn Crispin <blogic@openwrt.org>
Tue, 23 Jul 2013 10:24:31 +0000 (12:24 +0200)
commitb5f942d6392b9721b686ec504134e88e55e61cb0
treefdde9a218cc9c3d660318228250c29321f59f5f4
parent600a9c0d2b74b113fe032ff15e77f0bd4790125b
Parse only init_debug option with non-empty argument.

Matching empty string makes rm_so and rm_eo of struct regmatch_t have
the same value, in this case both of them are 11. This causes a call to
atoi("\0") whose return value 0 is just the initial value of 'debug'.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
debug.c