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 154830 Details for
Bug 239785
Review Request: rott - Rise of the Triad
[?]
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]
Test patch fixing the backtrace
diff (text/plain), 616 bytes, created by
Hans de Goede
on 2007-05-16 15:06:37 UTC
(
hide
)
Description:
Test patch fixing the backtrace
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2007-05-16 15:06:37 UTC
Size:
616 bytes
patch
obsolete
>--- rott-1.0/rott/scriplib.c~ 2007-05-16 16:57:34.000000000 +0200 >+++ rott-1.0/rott/scriplib.c 2007-05-16 16:57:34.000000000 +0200 >@@ -43,7 +43,7 @@ > > char token[MAXTOKEN]; > char name[MAXTOKEN*2]; >-char scriptfilename[30]; >+char scriptfilename[512]; > char *scriptbuffer,*script_p,*scriptend_p; > int scriptline; > boolean endofscript; >@@ -63,7 +63,7 @@ > > size = LoadFile (filename, (void **)&scriptbuffer); > >- strcpy(&scriptfilename[0],filename); >+ snprintf(scriptfilename, sizeof(scriptfilename), "%s", filename); > script_p = scriptbuffer; > scriptend_p = script_p + size; > scriptline = 1;
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 239785
:
154819
|
154827
| 154830