Comment 10 for bug 216358

Revision history for this message
Paul Dufresne (paulduf) wrote :

I now tend to think this is caused by the -1 not being casted to appropriate type in:
setresgid(-1,gid,-1);
and in:
assert_uid(-1, uid);
in lib/sec_util.c as I said in bug #314657 causing problems on 64 bits machines.
But I am unsure.