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 149121 Details for
Bug 230724
raw confusing when users try to bind /dev/raw/raw0
[?]
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]
trivial patch to give an error when binding raw0
util-linux-2.12a-raw0fix.patch (text/plain), 421 bytes, created by
Bryn M. Reeves
on 2007-03-02 14:58:43 UTC
(
hide
)
Description:
trivial patch to give an error when binding raw0
Filename:
MIME Type:
Creator:
Bryn M. Reeves
Created:
2007-03-02 14:58:43 UTC
Size:
421 bytes
patch
obsolete
>--- util-linux-2.12a/disk-utils/raw.c.raw0fix 2007-03-02 14:57:36.000000000 +0000 >+++ util-linux-2.12a/disk-utils/raw.c 2007-03-02 14:57:47.000000000 +0000 >@@ -232,7 +232,12 @@ > { > struct raw_config_request rq; > int err; >- >+ >+ if (minor == 0) { >+ fprintf (stderr, >+ "Error - cannot bind minor 0 (rawctl)"); >+ exit(2); >+ } > rq.raw_minor = minor; > rq.block_major = block_major; > rq.block_minor = block_minor;
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 230724
: 149121