Re: [libvirt] [PATCH v2 0/2] Minor fixes for virTypedParams(De)Serialize

2018-07-23 Thread John Ferlan
On 07/17/2018 08:02 AM, Marc Hartmayer wrote: > Changelog: > + v1->v2: >- Removed the the allocation change in virTypedParams(De)Serialize > (John's comment) > > Marc Hartmayer (2): > virTypedParamsSerialize: set remote_params_len at the end > virTypedParamsDeserialize: set nparam

[libvirt] [PATCH v2 0/2] Minor fixes for virTypedParams(De)Serialize

2018-07-17 Thread Marc Hartmayer
Changelog: + v1->v2: - Removed the the allocation change in virTypedParams(De)Serialize (John's comment) Marc Hartmayer (2): virTypedParamsSerialize: set remote_params_len at the end virTypedParamsDeserialize: set nparams to 0 in case of an error src/util/virtypedparam.c | 6 --