
14 Oct
2014
14 Oct
'14
10:26 a.m.
On 10/14/14 10:25, Ján Tomko wrote:
On 10/14/2014 10:09 AM, Peter Krempa wrote:
Few places still used hardcoded limit for maximum XML size for commands that accept XML files. The hardcoded limits ranged from 8k to 1M. Use VSH_MAX_XML_FILE to express this limit in a unified way. This will bump the limit for the commands that used hardcoded string lengths to 10M.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1152427 --- tools/virsh-domain.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
ACK
Jan
Pushed; Thanks Peter