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 149269 Details for
Bug 231019
stat returns incorrect exit status
[?]
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 set G_fail=1 in error branches
coreutils-5.2.1-stat-errs.patch (text/plain), 679 bytes, created by
Bryn M. Reeves
on 2007-03-05 17:14:55 UTC
(
hide
)
Description:
patch to set G_fail=1 in error branches
Filename:
MIME Type:
Creator:
Bryn M. Reeves
Created:
2007-03-05 17:14:55 UTC
Size:
679 bytes
patch
obsolete
>--- coreutils-5.2.1/src/stat.c.stat-errs 2007-03-05 16:11:55.000000000 +0000 >+++ coreutils-5.2.1/src/stat.c 2007-03-05 16:12:46.000000000 +0000 >@@ -449,6 +449,7 @@ > { > error (0, errno, _("cannot read symbolic link %s"), > quote (filename)); >+ G_fail = 1; > return; > } > /*printf("\"%s\" -> \"%s\"", filename, linkname); */ >@@ -647,6 +648,7 @@ > { > error (0, errno, _("cannot read file system information for %s"), > quote (filename)); >+ G_fail = 1; > return; > } > >@@ -693,6 +695,7 @@ > if (i == -1) > { > error (0, errno, _("cannot stat %s"), quote (filename)); >+ G_fail = 1; > return; > } >
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 231019
: 149269