[CRIU] [PATCH] crtools: Use -o argument directly
Pavel Emelyanov
xemul at parallels.com
Thu Oct 10 00:11:37 PDT 2013
On 10/09/2013 07:46 PM, Cyrill Gorcunov wrote:
> On Wed, Oct 09, 2013 at 07:41:14PM +0400, Cyrill Gorcunov wrote:
>> On Wed, Oct 09, 2013 at 07:27:12PM +0400, Pavel Emelyanov wrote:
>>>> case 'o':
>>>> - opts.output = strdup(optarg);
>>>> + opts.output = xstrdup(optarg);
>>>
>>> Do we need to strdup it at all?
>>
>> Heh, seems like indeed it's completely redundant. Letme recheck...
>
> I belive we don't need it at all. Updated.
>
applied, thanks
More information about the CRIU
mailing list