Re: [libvirt] [PATCH 05/12] Add bounds checking on virConnectListAllStoragePools RPC call

2013-08-29 Thread Eric Blake
On 08/29/2013 04:49 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The return values for the virConnectListAllStoragePools call were not > bounds checked. This is a robustness issue for clients if > something where to cause corruption of the RPC stream data. Just noticed after yo

[libvirt] [PATCH 05/12] Add bounds checking on virConnectListAllStoragePools RPC call

2013-08-29 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The return values for the virConnectListAllStoragePools call were not bounds checked. This is a robustness issue for clients if something where to cause corruption of the RPC stream data. Signed-off-by: Daniel P. Berrange --- daemon/remote.c | 7 +++