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 158455 Details for
Bug 246248
firefox crashes when searching for word "do"
[?]
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]
proposed patch
firefox-1.5.0.12-crash.patch (text/plain), 942 bytes, created by
Martin Stransky
on 2007-07-03 16:09:50 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Martin Stransky
Created:
2007-07-03 16:09:50 UTC
Size:
942 bytes
patch
obsolete
>--- mozilla/layout/generic/nsTextFrame.cpp.old 2007-07-03 12:48:05.000000000 +0200 >+++ mozilla/layout/generic/nsTextFrame.cpp 2007-07-03 13:10:01.000000000 +0200 >@@ -2097,11 +2097,11 @@ nsTextFrame::PaintTextDecorations(nsIRen > nsRect rect = GetRect(); > while(aDetails){ > const nscoord* sp= aSpacing; >- PRUint32 startOffset = 0; >- PRUint32 textWidth = 0; >- PRUint32 start = PR_MAX(0,(aDetails->mStart - (PRInt32)aIndex)); >- PRUint32 end = PR_MIN((PRInt32)aLength,(aDetails->mEnd - (PRInt32)aIndex)); >- PRUint32 i; >+ PRUint32 startOffset = 0; >+ PRUint32 textWidth = 0; >+ PRInt32 start = PR_MAX(0,(aDetails->mStart - (PRInt32)aIndex)); >+ PRInt32 end = PR_MIN((PRInt32)aLength,(aDetails->mEnd - (PRInt32)aIndex)); >+ PRInt32 i; > if ((start < end) && ((aLength - start) > 0)) > { > //aDetails allready processed to have offsets from frame start not content offsets
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 246248
:
158218
|
158334
|
158411
|
158419
| 158455 |
160113