What is wrong with this code?

char* cmd1;
   strcpy(cmd1, cmd);

Dangerous.
Don't do it.