diff options
author | Markus Armbruster <armbru@redhat.com> | 2014-05-02 13:26:37 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-05-09 09:11:31 -0400 |
commit | ee16ce93373dda1faa4aa1bb4d99bcdf158f7d7a (patch) | |
tree | 6c84a4133be7d4b545724b096b298a2914d6a34b /qga/commands-win32.c | |
parent | 196857f8bfd2d34a170c3de808dc44bd6da22f4a (diff) | |
download | qemu-ee16ce93373dda1faa4aa1bb4d99bcdf158f7d7a.tar.gz qemu-ee16ce93373dda1faa4aa1bb4d99bcdf158f7d7a.tar.bz2 qemu-ee16ce93373dda1faa4aa1bb4d99bcdf158f7d7a.zip |
qapi: Clean up fragile use of error_is_set()
Using error_is_set(ERRP) to find out whether a function failed is
either wrong, fragile, or unnecessarily opaque. It's wrong when ERRP
may be null, because errors go undetected when it is. It's fragile
when proving ERRP non-null involves a non-local argument. Else, it's
unnecessarily opaque (see commit 84d18f0).
The error_is_set(errp) in do_qmp_dispatch() is merely fragile, because
the caller never passes a null errp argument.
Make the code more robust and more obviously correct: receive the
error in a local variable, then propagate it through the parameter.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qga/commands-win32.c')
0 files changed, 0 insertions, 0 deletions