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 596219 Details for
Bug 837626
inverted index: subtle corruption in cscope.in.po
[?]
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 code that is apparently also incorrect
further.patch (text/plain), 505 bytes, created by
Paul Bolle
on 2012-07-04 13:07:28 UTC
(
hide
)
Description:
fix code that is apparently also incorrect
Filename:
MIME Type:
Creator:
Paul Bolle
Created:
2012-07-04 13:07:28 UTC
Size:
505 bytes
patch
obsolete
>diff -up src/invlib.c.further src/invlib.c >--- src/invlib.c.further 2012-07-04 02:44:30.347976640 +0200 >+++ src/invlib.c 2012-07-04 11:59:54.432471239 +0200 >@@ -474,7 +474,7 @@ invnewterm(void) > while (tptr3 > tptr) > *--tptr2 = *--tptr3; > lastinblk -= j; >- amtused += (8 * backupflag + j); >+ amtused += ((2 * sizeof(long)) * backupflag + j); > for (i = 3; i < (backupflag * 2 + 2); i += 2) { > iteminfo.packword[0] = logicalblk.invblk[i]; > iteminfo.e.offset += (tptr2 - tptr3);
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 837626
:
596212
|
596217
| 596219