Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76894 Details for
Bug 107899
sys-libs/pam-0.78-r2 and pam_userdb denial of service
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pam-0.78-userdb-cript.patch
pam-0.78-userdb-cript.patch (text/plain), 572 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2006-01-12 04:07:54 UTC
(
hide
)
Description:
pam-0.78-userdb-cript.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-01-12 04:07:54 UTC
Size:
572 bytes
patch
obsolete
>Index: Linux-PAM-0.78/modules/pam_userdb/pam_userdb.c >=================================================================== >--- Linux-PAM-0.78.orig/modules/pam_userdb/pam_userdb.c >+++ Linux-PAM-0.78/modules/pam_userdb/pam_userdb.c >@@ -174,7 +174,9 @@ user_lookup (const char *database, const > return 0; /* found it, data contents don't matter */ > } > >- if (strncasecmp(cryptmode, "crypt", 5) == 0) { >+ if (! cryptmode) { >+ _pam_log(LOG_INFO, "missing crypt parameter"); >+ } else if (strncasecmp(cryptmode, "crypt", 5) == 0) { > > /* crypt(3) password storage */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 107899
: 76894