Re: [libvirt] [PATCH v2 3/8] Validate address in virDomainPCIAddressReleaseAddr

2016-05-23 Thread Shivaprasad bhat
On Thu, May 19, 2016 at 11:45 PM, Laine Stump wrote: > On 05/18/2016 05:30 PM, Shivaprasad G Bhat wrote: > >> This function was not used so far. Now, that we begin to use it, make >> sure to >> check the address before actually releasing the address. >> >> Signed-off-by: Shivaprasad G Bhat >> --

Re: [libvirt] [PATCH v2 3/8] Validate address in virDomainPCIAddressReleaseAddr

2016-05-19 Thread Laine Stump
On 05/18/2016 05:30 PM, Shivaprasad G Bhat wrote: This function was not used so far. Now, that we begin to use it, make sure to check the address before actually releasing the address. Signed-off-by: Shivaprasad G Bhat --- src/conf/domain_addr.c | 18 +- 1 file changed, 17

[libvirt] [PATCH v2 3/8] Validate address in virDomainPCIAddressReleaseAddr

2016-05-18 Thread Shivaprasad G Bhat
This function was not used so far. Now, that we begin to use it, make sure to check the address before actually releasing the address. Signed-off-by: Shivaprasad G Bhat --- src/conf/domain_addr.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/conf/do