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 298791 Details for
Bug 438533
patch for hang in "saslauthd -a rimap"
[?]
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]
Patch for auth_rimap.c, versions 2.1.19, 2.1.20, and 2.1.22
(auth_rimap.c).patch (text/plain), 750 bytes, created by
Gaurav Chaturvedi
on 2008-03-21 14:37:54 UTC
(
hide
)
Description:
Patch for auth_rimap.c, versions 2.1.19, 2.1.20, and 2.1.22
Filename:
MIME Type:
Creator:
Gaurav Chaturvedi
Created:
2008-03-21 14:37:54 UTC
Size:
750 bytes
patch
obsolete
>--- cyrus-sasl-2.1.22/saslauthd/auth_rimap.c Thu Apr 6 15:19:54 2006 >+++ cyrus-sasl-2.1.22-1/saslauthd/auth_rimap.c Fri Dec 28 03:06:18 2007 >@@ -162,6 +162,7 @@ >num_quotes = 0; >p1 = s; >while ((p1 = strchr(p1, '"')) != NULL) { >+ p1++; >num_quotes++; >} > >@@ -438,7 +439,7 @@ >syslog(LOG_WARNING, "auth_rimap: writev: %m"); >memset(qlogin, 0, strlen(qlogin)); >free(qlogin); >- memset(qpass, 0, strlen(qlogin)); >+ memset(qpass, 0, strlen(qpass)); >free(qpass); >(void)close(s); >return strdup(RESP_IERROR); >@@ -447,7 +448,7 @@ >/* don't need these any longer */ >memset(qlogin, 0, strlen(qlogin)); >free(qlogin); >- memset(qpass, 0, strlen(qlogin)); >+ memset(qpass, 0, strlen(qpass)); >free(qpass); > >/* read and parse the LOGIN response */
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 438533
: 298791