Re: [Qemu-devel] [PATCH v1 9/9] test-string-input-visitor: add range overflow tests

2018-11-16 Thread Markus Armbruster
David Hildenbrand writes: > Let's make sure that the range handling code can properly deal with > ranges that end at the biggest possible number. > > Signed-off-by: David Hildenbrand Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v1 9/9] test-string-input-visitor: add range overflow tests

2018-11-15 Thread David Hildenbrand
Let's make sure that the range handling code can properly deal with ranges that end at the biggest possible number. Signed-off-by: David Hildenbrand --- tests/test-string-input-visitor.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tests/test-string-input-visitor.c