Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293223 Details for
Bug 430608
ssmtp cannot parse AuthPass with '=' or ':' in it
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
don't use the parsed value, use the raw "rightside" value for password
ssmtp-pass_chars.diff (text/plain), 412 bytes, created by
Andreas Dilger
on 2008-01-29 00:04:53 UTC
(
hide
)
Description:
don't use the parsed value, use the raw "rightside" value for password
Filename:
MIME Type:
Creator:
Andreas Dilger
Created:
2008-01-29 00:04:53 UTC
Size:
412 bytes
patch
obsolete
>--- ssmtp-2.61/ssmtp.c.orig 2008-01-21 14:10:54.000000000 -0700 >+++ ssmtp-2.61/ssmtp.c 2008-01-21 15:17:15.000000000 -0700 >@@ -1044,7 +1048,8 @@ > } > } > else if(strcasecmp(p, "AuthPass") == 0 && !auth_pass) { >- if((auth_pass = strdup(q)) == (char *)NULL) { >+ auth_pass = firsttok(&rightside, " \n\t"); >+ if(auth_pass == (char *)NULL) { > die("parse_config() -- strdup() failed"); > } >
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 430608
: 293223