Raise error message max size to 64K.
authorRichard Jones <rjones@redhat.com>
Mon, 23 Aug 2010 21:14:27 +0000 (22:14 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 24 Aug 2010 10:54:41 +0000 (11:54 +0100)
commit90d06e28888d9a492560ca986dca0708f881d173
treeae1b7efedba0522ea57340c88aaa06c8ba05863a
parent866ec00d1f8bc40042795b66ceec12608bb1f9e8
Raise error message max size to 64K.

This commit removes one of the protocol limits, by raising the
maximum error message size from 256 bytes to 64K.

Although we could consider raising this further, since the
error messages are currently stored in fixed sized buffers on
the stack, that would require more invasive code changes.
src/generator.ml
src/guestfs.pod