Bugzilla – Attachment 25738 Details for
Bug 62889
VUL-0: CVE-2004-1001: shadow: retocde not checked
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
036_CAN-2004-1001_passwd_check.diff
036_CAN-2004-1001_passwd_check.diff (text/plain), 513 bytes, created by
Thomas Biege
on 2004-11-03 18:42:47 UTC
(
hide
)
Description:
036_CAN-2004-1001_passwd_check.diff
Filename:
MIME Type:
Creator:
Thomas Biege
Created:
2004-11-03 18:42:47 UTC
Size:
513 bytes
patch
obsolete
>diff -u -p -Nr --exclude CVS shadow-20000902.orig/libmisc/pwdcheck.c shadow-20000902/libmisc/pwdcheck.c >--- shadow-20000902.orig/libmisc/pwdcheck.c 1999-07-09 18:11:35.000000000 +0200 >+++ shadow-20000902/libmisc/pwdcheck.c 2004-11-02 18:39:47.000000000 +0100 >@@ -40,7 +40,8 @@ bailout: > retcode = pam_acct_mgmt(pamh, 0); > if (retcode == PAM_NEW_AUTHTOK_REQD) { > retcode = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK); >- } else if (retcode) >+ } >+ if (retcode) > goto bailout; > > if (pam_setcred(pamh, 0))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 62889
: 25738