From 7a9ca8b78ce29e8f6c68ae1253e975d4a4165bbb Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Mon, 15 Aug 2011 08:29:50 -0500 Subject: [PATCH] --- yaml --- r: 264499 b: refs/heads/master c: 7d8db1808a2001077a9f966180c5e4f7cc20d4c7 h: refs/heads/master i: 264497: 8d93c1eb1aa595a49f52ec1e43e1d7664324bce2 264495: 6345d524862b5b88bc9a8020417107adf157b3a6 v: v3 --- [refs] | 2 +- trunk/security/commoncap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;