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 292483 Details for
Bug 429103
Allocations on resume path can cause deadlock due to attempting to swap
[?]
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]
xen-unstable.hg 13222:98dadb3df5ca backported to 2.6.9-67.0.1.EL
xen-unstable-13222-98dadb3df5ca (text/plain), 892 bytes, created by
Ian Campbell
on 2008-01-22 09:11:58 UTC
(
hide
)
Description:
xen-unstable.hg 13222:98dadb3df5ca backported to 2.6.9-67.0.1.EL
Filename:
MIME Type:
Creator:
Ian Campbell
Created:
2008-01-22 09:11:58 UTC
Size:
892 bytes
patch
obsolete
># HG changeset patch ># User Christian Limpach <Christian.Limpach@xensource.com> ># Date 1167925808 0 ># Node ID 98dadb3df5caed10b182a1e175558b80ef7eee47 ># Parent 48c9028e6f8e348eea7635b2bc43a809d5d3fa64 >[linux] Fix vsnprintf patch not to write null byte past the end of the buffer. > >Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com> >xen-unstable changeset: 13222:98dadb3df5caed10b182a1e175558b80ef7eee47 >xen-unstable date: Thu Jan 04 15:50:08 2007 +0000 > >diff -u linux-2.6.9-67.0.1.EL/lib/vsprintf.c linux-2.6.9-67.0.1.EL/lib/vsprintf.c >--- linux-2.6.9-67.0.1.EL/lib/vsprintf.c 2008-01-16 14:18:13.000000000 +0000 >+++ linux-2.6.9-67.0.1.EL/lib/vsprintf.c 2008-01-16 14:18:13.000000000 +0000 >@@ -485,7 +485,7 @@ > if (str < end) > *str = '\0'; > else >- *end = '\0'; >+ end[-1] = '\0'; > } > /* the trailing null byte doesn't count towards the total */ > return str-buf;
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 429103
:
291978
|
291979
| 292483 |
298729
|
298730
|
299451
|
299452
|
306545