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 291052 Details for
Bug 427966
OpenOffice.org crashes on close of ftp:// url
[?]
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 to curl
curl-7.17.1.safeclose.patch (text/plain), 518 bytes, created by
Caolan McNamara
on 2008-01-08 13:41:09 UTC
(
hide
)
Description:
patch to curl
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2008-01-08 13:41:09 UTC
Size:
518 bytes
patch
obsolete
>diff -ru curl-7.17.1.orig/lib/ftp.c curl-7.17.1/lib/ftp.c >--- curl-7.17.1.orig/lib/ftp.c 2007-10-26 23:25:19.000000000 +0100 >+++ curl-7.17.1/lib/ftp.c 2008-01-08 13:26:42.000000000 +0000 >@@ -3228,7 +3228,8 @@ > /* Note that we keep "use" set to TRUE since that (next) connection is > still requested to use SSL */ > } >- sclose(conn->sock[SECONDARYSOCKET]); >+ if(CURL_SOCKET_BAD != conn->sock[SECONDARYSOCKET]) >+ sclose(conn->sock[SECONDARYSOCKET]); > > conn->sock[SECONDARYSOCKET] = CURL_SOCKET_BAD; >
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 427966
: 291052