Re: [dpdk-dev] [PATCH] examples/pipeline: fix CLI segfault

2021-01-29 Thread Thomas Monjalon
28/01/2021 20:12, Cristian Dumitrescu: > Cannot dereference pointer for token[1] unless valid. > > Fixes: 5074e1d551 ("examples/pipeline: add configuration commands") > Cc: sta...@dpdk.org > > Signed-off-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] examples/pipeline: fix CLI segfault

2021-01-28 Thread Cristian Dumitrescu
Cannot dereference pointer for token[1] unless valid. Fixes: 5074e1d551 ("examples/pipeline: add configuration commands") Cc: sta...@dpdk.org Signed-off-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipeline/cli.