diff --git a/[refs] b/[refs] index 6d6374dcf6af..02d0da3db76d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d49f6710bfbd2271feab074f8c1053387e5d9fe +refs/heads/master: 7d8db1808a2001077a9f966180c5e4f7cc20d4c7 diff --git a/trunk/security/commoncap.c b/trunk/security/commoncap.c index 0f620c564fa8..ee4f8486e5f5 100644 --- a/trunk/security/commoncap.c +++ b/trunk/security/commoncap.c @@ -479,7 +479,7 @@ int cap_bprm_set_creds(struct linux_binprm *bprm) { const struct cred *old = current_cred(); struct cred *new = bprm->cred; - bool effective, has_cap; + bool effective, has_cap = false; int ret; effective = false;