PATCH: http://patches.gluster.com/patch/4286 in master (cli: check if the arguments are present before accessing)
All functions in cli-cmd-parser.c are accessing arguments without checking for their presence which cause NULL dereference, which leads to the cli crashes.
PATCH: http://patches.gluster.com/patch/4334 in master (cli: command parse validation)