From: Steve Shin Date: Fri, 29 Jun 2018 16:40:20 +0000 (-0700) Subject: cli: Validate cli_file_index on quit command X-Git-Tag: v18.07-rc1~66 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=0d5a195ce457a62b60ae59d451067f3fd26f57c9;hp=0d5a195ce457a62b60ae59d451067f3fd26f57c9;p=vpp.git cli: Validate cli_file_index on quit command VPP crash happens with 'vppctl quit quit' command. The 2nd quit command tries to access the file index which is already freed by the first quit. This can be avoided to validate cli_file_index. Change-Id: I880514c93523db2a727d7510c97950582cd6a6c8 Signed-off-by: Steve Shin ---