
2 May
2018
2 May
'18
3:06 p.m.
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 <pkrempa@redhat.com> --- src/qemu/qemu_block.c | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John