vzctl: don't store garbage in store_name()/PARAM_NAME

case PARAM_NAME: branch in store_name() adds uninitialized buffer from
stack to config. But it doesn't have to: conf_store_str() one line above
already did everything.

Closes http://bugzilla.openvz.org/show_bug.cgi?id=579

Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Acked-by: Kir Kolyshkin <kir@openvz.org
1 file changed