]> xenbits.xensource.com Git - libvirt.git/commit
Add bounds checking on virDomainGetJobStats RPC call
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Aug 2013 11:42:31 +0000 (12:42 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Aug 2013 14:36:13 +0000 (15:36 +0100)
commit6d7d0b1869ed293e3208d11f375cecea0129dfc5
tree14b5a322151729adbacf69bf7d5f06eb72506844
parentfd6f6a48619eb221afeb1c5965537534cd54e01d
Add bounds checking on virDomainGetJobStats RPC call

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