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 161425 Details for
Bug 252440
Recent glibc breaks nfs-utils (exportfs and mountd)
[?]
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 that fixes open bug due to glibc update
nfs-utils-1.1.0-openfix.patch (text/plain), 613 bytes, created by
Todd Mokros
on 2007-08-16 02:25:16 UTC
(
hide
)
Description:
patch that fixes open bug due to glibc update
Filename:
MIME Type:
Creator:
Todd Mokros
Created:
2007-08-16 02:25:16 UTC
Size:
613 bytes
patch
obsolete
>diff -up nfs-utils-1.1.0/support/nfs/xio.c.tmmfix nfs-utils-1.1.0/support/nfs/xio.c >--- nfs-utils-1.1.0/support/nfs/xio.c.tmmfix 2007-08-15 21:29:15.000000000 -0400 >+++ nfs-utils-1.1.0/support/nfs/xio.c 2007-08-15 21:30:44.000000000 -0400 >@@ -57,7 +57,7 @@ xflock(char *fname, char *type) > struct flock fl = { readonly? F_RDLCK : F_WRLCK, SEEK_SET, 0, 0, 0 }; > int fd; > >- if ((fd = open(fname, readonly? O_RDONLY : (O_RDWR|O_CREAT))) < 0) { >+ if ((fd = open(fname, readonly? O_RDONLY : (O_RDWR|O_CREAT), (S_IRUSR|S_IWUSR))) < 0) { > xlog(L_WARNING, "could not open %s for locking", fname); > return -1; > }
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 252440
: 161425