]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add bounds checking on virConnectListAllSecrets RPC call
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Aug 2013 13:49:57 +0000 (14:49 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Aug 2013 14:36:13 +0000 (15:36 +0100)
commit47fb5672f2f4e9efcd4e9ec30f5e723c46fa8e6f
tree9d88d2626712e029d67e03c97eb12054ff746155
parent12034511a195bdbcc06401dfec07ce4837e1f5b4
Add bounds checking on virConnectListAllSecrets RPC call

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