• J
    Properly check the return value of CCWAddressAsString · 0644e2d5
    Ján Tomko 提交于
    It returns NULL on failure. Checking if the negation of it
    is less than zero makes no sense. (Found by coverity after moving
    the code)
    
    In another case, the return value wasn't checked at all.
    
    (cherry picked from commit 3fe9d75a)
    
    Conflicts:
    	src/conf/domain_addr.c - no code movement from commit b2626755
    0644e2d5
qemu_command.c 407.8 KB