]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add bounds checking on virDomain{SnapshotListAllChildren,ListAllSnapshots} RPC calls
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Aug 2013 11:55:53 +0000 (12:55 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Aug 2013 14:36:13 +0000 (15:36 +0100)
commita43d4f543c31a17ab3a29ad8e01828ff30390622
tree5d53a7f0f80e66f922944f07ee3336d983422307
parent6d7d0b1869ed293e3208d11f375cecea0129dfc5
Add bounds checking on virDomain{SnapshotListAllChildren,ListAllSnapshots} RPC calls

The return values for the virDomain{SnapshotListAllChildren,ListAllSnapshots}
calls 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