Re: [PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-02 Thread Peter Hutterer
On Mon, Jul 01, 2013 at 07:44:31PM +0200, Julien Cristau wrote: On Mon, Jul 1, 2013 at 19:39:30 +0200, Julien Cristau wrote: If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See

[PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Julien Cristau
If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert alexan...@cmu.edu Signed-off-by: Julien Cristau jcris...@debian.org --- xkb/xkbInit.c

Re: [PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Julien Cristau
On Mon, Jul 1, 2013 at 19:39:30 +0200, Julien Cristau wrote: If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert alexan...@cmu.edu

Re: [PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Alan Coopersmith
On 07/ 1/13 10:39 AM, Julien Cristau wrote: If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert alexan...@cmu.edu Signed-off-by: Julien

Re: [PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Peter Hutterer
On Mon, Jul 01, 2013 at 07:39:30PM +0200, Julien Cristau wrote: If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert