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 311467 Details for
Bug 454865
read() returns incorrect value
[?]
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 fixes copy_user_generic return value on error path
diff-copy-user-return-value (text/plain), 405 bytes, created by
Konstantin Khorenko
on 2008-07-10 10:45:33 UTC
(
hide
)
Description:
patch fixes copy_user_generic return value on error path
Filename:
MIME Type:
Creator:
Konstantin Khorenko
Created:
2008-07-10 10:45:33 UTC
Size:
405 bytes
patch
obsolete
>--- arch/x86_64/lib/copy_user.S.orig 2008-07-07 17:21:41.000000000 +0400 >+++ arch/x86_64/lib/copy_user.S 2008-07-07 19:07:44.000000000 +0400 >@@ -312,13 +312,13 @@ copy_user_generic_c: > movsb > ret > >-.Lc1e: movq %rcx,%rsi >+.Lc1e: movq %rcx,%rax > .Lc3: rep > stosq > .Lc2e: movl %edx,%ecx > .Lc4: rep > stosb >-.Lc3e: leaq (%rdx,%rsi,8),%rax >+.Lc3e: leaq (%rdx,%rax,8),%rax > ret > > .section __ex_table,"a"
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 454865
:
311467
|
311573