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 240611 Details for
Bug 344151
upgrade to Q 7.8
[?]
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]
fix for the reported buffer overflow
overflow.diff (text/plain), 1.25 KB, created by
Albert Graef
on 2007-10-27 19:25:43 UTC
(
hide
)
Description:
fix for the reported buffer overflow
Filename:
MIME Type:
Creator:
Albert Graef
Created:
2007-10-27 19:25:43 UTC
Size:
1.25 KB
patch
obsolete
>*** src/q.c 2 Oct 2007 02:54:55 -0000 >--- src/q.c 27 Oct 2007 18:59:05 -0000 >*************** >*** 1,5 **** > >! /* $Id: q.c,v 1.69 2007/10/02 02:54:55 agraef Exp $ > q.c: the Q interpreter */ > > /* Q eQuational Programming System >--- 1,5 ---- > >! /* $Id: q.c,v 1.70 2007/10/27 18:59:05 agraef Exp $ > q.c: the Q interpreter */ > > /* Q eQuational Programming System >*************** >*** 27,33 **** > > static char signon[] = Q_SIGNON; > static char usage[] = Q_USAGE; >! static char opts[MAXSTRLEN]; > static char terms[] = TERMS; > static char copying[] = COPYING; > static char helpmsg[] = HELPMSG; >--- 27,33 ---- > > static char signon[] = Q_SIGNON; > static char usage[] = Q_USAGE; >! static char opts[4096]; > static char terms[] = TERMS; > static char copying[] = COPYING; > static char helpmsg[] = HELPMSG; > >diff -c -r1.70 -r1.71 >*** src/qc.y 4 Oct 2007 12:04:50 -0000 >--- src/qc.y 27 Oct 2007 18:59:05 -0000 >*************** >*** 37,43 **** > > char signon[] = QC_SIGNON; > char usage[] = QC_USAGE; >! char opts[MAXSTRLEN]; > char copying[] = COPYING; > char helpmsg[] = HELPMSG; > >--- 37,43 ---- > > char signon[] = QC_SIGNON; > char usage[] = QC_USAGE; >! char opts[4096]; > char copying[] = COPYING; > char helpmsg[] = HELPMSG; >
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 344151
:
236701
| 240611 |
240621
|
240631
|
240641