Loading security/commoncap.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
security/commoncap.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading