While updating to the newer policycoreutils release, I noticed the following gcc warnings: psid.c: In function `chpsid': psid.c:609: warning: `off' might be used uninitialized in this function psid.c:610: warning: `len' might be used uninitialized in this function I believe the patch below should fix the problem.