[libvirt] [PATCH] util: fix clear_emulator_capabilities=0

Eric Blake eblake at redhat.com
Thu Mar 14 20:59:17 UTC 2013


On 03/14/2013 01:09 PM, Laine Stump wrote:

>>>> -    capng_clear(CAPNG_SELECT_BOTH);
>>>> +    if (clearExistingCaps || (uid != 1 && uid != 0))
>>> Did you mean uid != 0?
>> Well, actually I meant "uid != -1 && uid != 0" (and I had to look at it
>> 5 times to see that the negative sign was missing).

'uid != -1' isn't portable; it has to be 'uid != (uid_t)-1'.

>>> ACK with those problems addressed.
>>>
> 
> Okay, I pushed it after adding "!!" to the bool arg and fixing the "1"
> to "-1". I also pushed the patch to the v1.0.3-maint branch.

Guess we'll need to post the trivial followup patches to both places as
well, then.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130314/d2594904/attachment-0001.sig>


More information about the libvir-list mailing list