Re: [PATCH 2/3] tools lib traceevent: Check the return value of asprintf

2016-10-18 Thread Namhyung Kim
Hi Arnaldo, You can add my Acked-by for all 3 patches. Thanks, Namhyung On Tue, Oct 18, 2016 at 02:59:17PM -0300, Arnaldo Carvalho de Melo wrote: > Steven, one more, please ack. > > - Arnaldo > > Em Mon, Oct 17, 2016 at 11:17:11PM +0900, Honggyu Kim escreveu: > > Since asprintf generates a

Re: [PATCH 2/3] tools lib traceevent: Check the return value of asprintf

2016-10-18 Thread Namhyung Kim
Hi Arnaldo, You can add my Acked-by for all 3 patches. Thanks, Namhyung On Tue, Oct 18, 2016 at 02:59:17PM -0300, Arnaldo Carvalho de Melo wrote: > Steven, one more, please ack. > > - Arnaldo > > Em Mon, Oct 17, 2016 at 11:17:11PM +0900, Honggyu Kim escreveu: > > Since asprintf generates a

Re: [PATCH 2/3] tools lib traceevent: Check the return value of asprintf

2016-10-18 Thread Arnaldo Carvalho de Melo
Steven, one more, please ack. - Arnaldo Em Mon, Oct 17, 2016 at 11:17:11PM +0900, Honggyu Kim escreveu: > Since asprintf generates a compiler warning when its return value is not > not properly handled, this patch checks that asprintf call is successful > or not. > > Signed-off-by: Honggyu Kim

Re: [PATCH 2/3] tools lib traceevent: Check the return value of asprintf

2016-10-18 Thread Arnaldo Carvalho de Melo
Steven, one more, please ack. - Arnaldo Em Mon, Oct 17, 2016 at 11:17:11PM +0900, Honggyu Kim escreveu: > Since asprintf generates a compiler warning when its return value is not > not properly handled, this patch checks that asprintf call is successful > or not. > > Signed-off-by: Honggyu Kim

[PATCH 2/3] tools lib traceevent: Check the return value of asprintf

2016-10-17 Thread Honggyu Kim
Since asprintf generates a compiler warning when its return value is not not properly handled, this patch checks that asprintf call is successful or not. Signed-off-by: Honggyu Kim --- tools/lib/traceevent/parse-filter.c | 29 +++-- 1 file changed,

[PATCH 2/3] tools lib traceevent: Check the return value of asprintf

2016-10-17 Thread Honggyu Kim
Since asprintf generates a compiler warning when its return value is not not properly handled, this patch checks that asprintf call is successful or not. Signed-off-by: Honggyu Kim --- tools/lib/traceevent/parse-filter.c | 29 +++-- 1 file changed, 19 insertions(+), 10