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 229351 Details for
Bug 316991
libata: doesn't support wildcard matching in ata_blacklist_entry
[?]
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]
Proposed patch to handle the device with blank model name
linux-2.6.9-62.1.EL-libata-prevent-devices-with-blank-model-names.patch (text/plain), 382 bytes, created by
David Milburn
on 2007-10-17 00:17:26 UTC
(
hide
)
Description:
Proposed patch to handle the device with blank model name
Filename:
MIME Type:
Creator:
David Milburn
Created:
2007-10-17 00:17:26 UTC
Size:
382 bytes
patch
obsolete
>--- linux-2.6.9/drivers/ata/libata-core.c.blank >+++ linux-2.6.9/drivers/ata/libata-core.c >@@ -3393,8 +3393,14 @@ int strn_pattern_cmp(const char *patt, c > p = strchr(patt, wildchar); > if (p && ((*(p + 1)) == 0)) > len = p - patt; >- else >+ else { > len = strlen(name); >+ if (!len) { >+ if (!*patt) >+ return 0; >+ return -1; >+ } >+ } > > return strncmp(patt, name, len); > }
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 316991
:
214741
| 229351