]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add bounds checking on virStoragePoolListAllVolumes RPC call
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Aug 2013 13:33:58 +0000 (14:33 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Aug 2013 14:36:13 +0000 (15:36 +0100)
commit046acaf37bc95d895f0a7d04a3a06ac992701711
tree8811cb6283db5c41e571986118284affd77a305c
parentc853fa8febad5c4990936521f9426f3e3df74f98
Add bounds checking on virStoragePoolListAllVolumes RPC call

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