[systemd-devel] [PATCH 1/3] bootchart: parse userinput with safe_atoi

2014-09-26 Thread Thomas H.P. Andersen
From: Thomas Hindoe Paaboel Andersen pho...@gmail.com Found by coverity. Fixes: CID#996409 --- src/bootchart/store.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bootchart/store.c b/src/bootchart/store.c index ed683e8..3099ff1 100644 --- a/src/bootchart/store.c

Re: [systemd-devel] [PATCH 1/3] bootchart: parse userinput with safe_atoi

2014-09-26 Thread Thomas H.P. Andersen
Hi, I am sending these small fixes for issues found with coverity for review. I think that they are good to commit but I am sending them here anyway because I cannot test them. My attempts to boot with init=/usr/lib/systemd/systemd-bootchart hangs while starting udev. Both with master, master +

Re: [systemd-devel] [PATCH 1/3] bootchart: parse userinput with safe_atoi

2014-09-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 26, 2014 at 10:01:30PM +0200, Thomas H.P. Andersen wrote: From: Thomas Hindoe Paaboel Andersen pho...@gmail.com Found by coverity. Fixes: CID#996409 --- src/bootchart/store.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bootchart/store.c