Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 265473 Details for
Bug 358263
x11-libs/libXt-1.1.0 crash when xdm called at system boot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes memory corruption in x11-libs/libXt-1.1.0
libXt-1.1.0-fix.diff (text/plain), 301 bytes, created by
Michael Perlov
on 2011-03-10 17:57:40 UTC
(
hide
)
Description:
Fixes memory corruption in x11-libs/libXt-1.1.0
Filename:
MIME Type:
Creator:
Michael Perlov
Created:
2011-03-10 17:57:40 UTC
Size:
301 bytes
patch
obsolete
>--- libXt-1.1.0-orig/src/Alloc.c 2011-03-04 22:43:50.000000000 +0200 >+++ libXt-1.1.0/src/Alloc.c 2011-03-10 19:40:02.000000000 +0200 >@@ -147,7 +147,7 @@ > if (len < sizeof(buf)) > { > strncpy(*new_string, buf, len); >- new_string[len] = '\0'; >+ (*new_string)[len] = '\0'; > } > else > {
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 358263
: 265473