Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70324 Details for
Bug 108724
Xbomber-101 Segfaults on selection options
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes vsprintf statement
bomber.c_vsprintf_patch (text/plain), 378 bytes, created by
Mike Cvet
on 2005-10-10 15:16:50 UTC
(
hide
)
Description:
Fixes vsprintf statement
Filename:
MIME Type:
Creator:
Mike Cvet
Created:
2005-10-10 15:16:50 UTC
Size:
378 bytes
patch
obsolete
>--- bomber.c.orig 1999-07-05 20:09:56.000000000 +0000 >+++ bomber.c 2005-10-10 23:10:58.000000000 +0000 >@@ -15,7 +15,6 @@ > #include "x.h" > #include <fcntl.h> > >- > #define FRACTION 8 > #define MAXMSG 4096 > #define PORT 5521 >@@ -1874,7 +1873,7 @@ > { > char output[256]; > >- vsprintf(output,item,&item+1); >+ sprintf(output,item,&item+1); > if(menunum<0) > menutitle=menuput; > 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 108724
:
70324