[libvirt] [PATCH] rpc: Increase bound limit for virDomainGetJobStats

2013-09-27 Thread Jiri Denemark
https://bugzilla.redhat.com/show_bug.cgi?id=1012818 Commit 6d7d0b1869ed293e3208d11f375cecea0129dfc5 (in 1.1.2) added bounds checking to virDomainGetJobStats. But even at that time the API was able to return 20 parameters while the limit was set to 16. Signed-off-by: Jiri Denemark

Re: [libvirt] [PATCH] rpc: Increase bound limit for virDomainGetJobStats

2013-09-27 Thread Daniel P. Berrange
On Fri, Sep 27, 2013 at 10:57:40AM +0200, Jiri Denemark wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1012818 Commit 6d7d0b1869ed293e3208d11f375cecea0129dfc5 (in 1.1.2) added bounds checking to virDomainGetJobStats. But even at that time the API was able to return 20 parameters while

Re: [libvirt] [PATCH] rpc: Increase bound limit for virDomainGetJobStats

2013-09-27 Thread Jiri Denemark
On Fri, Sep 27, 2013 at 11:48:53 +0100, Daniel Berrange wrote: On Fri, Sep 27, 2013 at 10:57:40AM +0200, Jiri Denemark wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1012818 Commit 6d7d0b1869ed293e3208d11f375cecea0129dfc5 (in 1.1.2) added bounds checking to virDomainGetJobStats. But