The Samba-Bugzilla – Attachment 4852 Details for
Bug 6814
Fixes for problems reported by valgrind
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Free password before feeding it to smb_xstrdup
samba-3.4.2-free_pw.patch (text/plain), 362 bytes, created by
Roel van Meer
on 2009-10-15 05:49:49 UTC
(
hide
)
Description:
Free password before feeding it to smb_xstrdup
Filename:
MIME Type:
Creator:
Roel van Meer
Created:
2009-10-15 05:49:49 UTC
Size:
362 bytes
patch
obsolete
>diff -ruN samba-3.4.2.orig/source3/passdb/secrets.c samba-3.4.2/source3/passdb/secrets.c >--- samba-3.4.2.orig/source3/passdb/secrets.c 2009-09-30 14:17:40.000000000 +0200 >+++ samba-3.4.2/source3/passdb/secrets.c 2009-10-14 14:39:43.000000000 +0200 >@@ -936,6 +936,7 @@ > > SAFE_FREE(old_style_key); > >+ SAFE_FREE(*pw); > *pw = smb_xstrdup(old_style_pw); > } >
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 6814
:
4851
|
4852
|
4853
|
4859
|
4861
|
4888
|
4993
|
5424
|
5429
|
5430