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 290945 Details for
Bug 244492
New rpcbind breaks connectivity with some NIS clients
[?]
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]
Correcting recvfrom argument (fromlen)
rpcbind-0.1.4-fromlen.patch (text/plain), 355 bytes, created by
Anders Blomdell
on 2008-01-07 12:11:03 UTC
(
hide
)
Description:
Correcting recvfrom argument (fromlen)
Filename:
MIME Type:
Creator:
Anders Blomdell
Created:
2008-01-07 12:11:03 UTC
Size:
355 bytes
patch
obsolete
>--- rpcbind-0.1.4/src/rpcb_svc_com.c.orig 2008-01-07 12:42:22.000000000 +0100 >+++ rpcbind-0.1.4/src/rpcb_svc_com.c 2008-01-07 12:46:45.000000000 +0100 >@@ -1246,6 +1246,7 @@ > goto done; > > do { >+ fromlen = sizeof(ss); > inlen = recvfrom(fd, buffer, RPC_BUF_MAX, 0, > (struct sockaddr *)&ss, &fromlen); > } while (inlen < 0 && errno == EINTR);
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 244492
:
157765
| 290945