Safe memory allocation in cli_handlers
authorHannes Reinecke <hare@suse.de>
Tue, 28 Apr 2009 09:05:39 +0000 (11:05 +0200)
committerHannes Reinecke <hare@suse.de>
Tue, 17 May 2011 12:40:58 +0000 (14:40 +0200)
commit8c6f0b65666442814ce4dcdee2a2bd2aa746b88e
treecb074dcde34db3903a03f04a78c92de6f161a2a8
parentf89600eb85ef9dd0b507010510a24a6cec3a14f0
Safe memory allocation in cli_handlers

Valgrind pointed out that the memory returned from realloc() is
not initialized. So do that explicitely.

Signed-off-by: Hannes Reinecke <hare@suse.de>
multipathd/cli_handlers.c