On 04/25/2018 11:15 AM, Peter Krempa wrote:
> qemu declares node-name as a 32 byte buffer and silently truncates
> anything longer than that. This is unacceptable for libvirt, so we need
> to make sure that we won't ever supply a node-name exceeding 31 chars.
> 
> Add a function which will do the validation and use it to validate
> storage-protocol node names.
> 
> Signed-off-by: Peter Krempa <[email protected]>
> ---
>  src/qemu/qemu_block.c | 21 ++++++++++++++++++++-
>  1 file changed, 20 insertions(+), 1 deletion(-)
> 

Reviewed-by: John Ferlan <[email protected]>

John

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to