[libvirt] [PATCH] conf: Don't assign value from ..TypeFromString directly to enum

Ján Tomko jtomko at redhat.com
Fri May 19 08:43:30 UTC 2017


On Fri, May 19, 2017 at 10:27:57AM +0200, Peter Krempa wrote:
>Enums are unsigned, so it's impossible to check whether the helper
>returned -1 for invalid conversions.
>
>Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1452454
>---
> src/conf/domain_conf.c | 15 +++++++++------
> 1 file changed, 9 insertions(+), 6 deletions(-)
>
>diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
>index 9eba70a95..54d87666b 100644
>--- a/src/conf/domain_conf.c
>+++ b/src/conf/domain_conf.c
>@@ -14083,6 +14083,7 @@ virDomainMemoryDefParseXML(xmlNodePtr memdevNode,
>     xmlNodePtr save = ctxt->node;
>     xmlNodePtr node;
>     virDomainMemoryDefPtr def;
>+    int accessval;

I'd rather go with 'val', so that the variable can be reused for other
attributes, just like 'tmp'.
>
>     ctxt->node = memdevNode;
>

ACK

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170519/698c93c1/attachment-0001.sig>


More information about the libvir-list mailing list