From: sathish N <sathish.n@xxxxxxxxxxxxxxxxxx> --- bluez/attrib/interactive.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bluez/attrib/interactive.c b/bluez/attrib/interactive.c index f28dc22..4fd7276 100644 --- a/bluez/attrib/interactive.c +++ b/bluez/attrib/interactive.c @@ -867,7 +867,8 @@ static void parse_line(char *line_read) add_history(line_read); - g_shell_parse_argv(line_read, &argcp, &argvp, NULL); + if (g_shell_parse_argv(line_read, &argcp, &argvp, NULL) == FALSE) + goto done; for (i = 0; commands[i].cmd; i++) if (strcasecmp(commands[i].cmd, argvp[0]) == 0) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html