[CRIU] [PATCH 1/2] crtools: implement BSD-style setproctitle()

Cyrill Gorcunov gorcunov at gmail.com
Thu Feb 20 01:59:05 PST 2014


On Thu, Feb 20, 2014 at 01:21:57AM +0400, Ruslan Kuprieiev wrote:
> +	/*
> +	 * Move argv.
> +	 */
> +	new_argv = xmalloc((argc + 1)*sizeof(char *));

Please make sure xmalloc successed here.


More information about the CRIU mailing list