]> xenbits.xensource.com Git - libvirt.git/commit
Add bounds checking on virConnectListAllDomains RPC call
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Aug 2013 13:23:31 +0000 (14:23 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Aug 2013 14:36:13 +0000 (15:36 +0100)
commit9e97128ba5a1045b71b50adb23993f09628f0a24
tree6098301217c6a1f39945d5643d8cec7c605b9b6e
parenta43d4f543c31a17ab3a29ad8e01828ff30390622
Add bounds checking on virConnectListAllDomains RPC call

The return values for the virConnectListAllDomains 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 <berrange@redhat.com>
daemon/remote.c
src/remote/remote_driver.c
src/remote/remote_protocol.x