The Samba-Bugzilla – Attachment 5726 Details for
Bug 7448
smbd crash when sambaLMPassword and sambaNTPassword entries missing from ldap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix segfault at authentication when nt_pw is NULL
samba-3.5.3-auth_sam-check-nt_pw.patch (text/plain), 520 bytes, created by
Roel van Meer
on 2010-05-21 06:38:19 UTC
(
hide
)
Description:
Fix segfault at authentication when nt_pw is NULL
Filename:
MIME Type:
Creator:
Roel van Meer
Created:
2010-05-21 06:38:19 UTC
Size:
520 bytes
patch
obsolete
>diff -ruN samba-3.5.3.a/source3/auth/auth_sam.c samba-3.5.3.b/source3/auth/auth_sam.c >--- samba-3.5.3.a/source3/auth/auth_sam.c 2010-05-17 13:51:23.000000000 +0200 >+++ samba-3.5.3.b/source3/auth/auth_sam.c 2010-05-21 12:24:20.894735508 +0200 >@@ -82,6 +82,9 @@ > if (!user_sess_key->data) { > return NT_STATUS_NO_MEMORY; > } >+ if (!nt_pw) { >+ return NT_STATUS_WRONG_PASSWORD; >+ } > SMBsesskeygen_ntv1(nt_pw, user_sess_key->data); > return hash_password_check(mem_ctx, lp_lanman_auth(), > client_lm_hash,
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 Raw
Actions:
View
Attachments on
bug 7448
:
5726
|
5727
|
5731