hdt-cli: Correct malloc() size argument
commitd43c57d945f42dd0dbaca747a646a769e49082da
authorMatt Fleming <matt.fleming@intel.com>
Fri, 16 Nov 2012 14:23:45 +0000 (16 14:23 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 27 Nov 2012 20:47:28 +0000 (27 20:47 +0000)
treecf574d81498463980d11ae511e7bc981aefbcb4a
parent39acf04ff0eda2e86b53187bee31c6c67e058491
hdt-cli: Correct malloc() size argument

We need to be allocating sizeof(char *) (4) not sizeof(char) (1) for
'new_argv'.

Cc: Erwan Velu <erwanaliasr1@gmail.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/hdt/hdt-cli.c