]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add bounds checking on virConnectListAllNodeDevices RPC call
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Aug 2013 13:44:52 +0000 (14:44 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Aug 2013 14:36:13 +0000 (15:36 +0100)
commit1dcff6a7ea668feeeec55ee577e5182a1c0082e4
tree9f586d27679f31d32ecd38b5d05d4fa33d0775ab
parent8be2172897c272ead150ad59a63946ab97562a11
Add bounds checking on virConnectListAllNodeDevices RPC call

The return values for the virConnectListAllNodeDevices 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