dect
/
linux-2.6
Archived
13
0
Fork 0

capabilities: initialize has_cap

Initialize has_cap in cap_bprm_set_creds()

Reported-by: Andrew G. Morgan <morgan@kernel.org>
Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Serge Hallyn 2011-08-15 08:29:50 -05:00 committed by James Morris
parent 4d49f6710b
commit 7d8db1808a
1 changed files with 1 additions and 1 deletions

View File

@ -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;