Searched hist:a9416dc62c36079b93b4951c894a0b15e53bb38c (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/unit/ |
H A D | test-opts-visitor.c | a9416dc62c36079b93b4951c894a0b15e53bb38c Fri Mar 03 12:32:46 UTC 2017 Markus Armbruster <armbru@redhat.com> tests: Cover input visit beyond end of list
When you try to visit beyond the end of a list, the qobject input visitor crashes, and the string visitor screws returns garbage. The generated list visits never go beyond the list end, but manual visits could.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1488544368-30622-27-git-send-email-armbru@redhat.com>
|
H A D | test-string-input-visitor.c | a9416dc62c36079b93b4951c894a0b15e53bb38c Fri Mar 03 12:32:46 UTC 2017 Markus Armbruster <armbru@redhat.com> tests: Cover input visit beyond end of list
When you try to visit beyond the end of a list, the qobject input visitor crashes, and the string visitor screws returns garbage. The generated list visits never go beyond the list end, but manual visits could.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1488544368-30622-27-git-send-email-armbru@redhat.com>
|
H A D | test-qobject-input-visitor.c | a9416dc62c36079b93b4951c894a0b15e53bb38c Fri Mar 03 12:32:46 UTC 2017 Markus Armbruster <armbru@redhat.com> tests: Cover input visit beyond end of list
When you try to visit beyond the end of a list, the qobject input visitor crashes, and the string visitor screws returns garbage. The generated list visits never go beyond the list end, but manual visits could.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1488544368-30622-27-git-send-email-armbru@redhat.com>
|