Closed
Bug 1014
Opened 26 years ago
Closed 26 years ago
Crash in laysel.c
Categories
(MozillaClassic Graveyard :: Layout, defect, P1)
Tracking
(Not tracked)
People
(Reporter: pchek, Assigned: toshok)
Details
At line 4487 on the source from CVS on 10/4. Function lo_HitLine.
lo_GetLineEnds(context, state, line, & begin, & end);
>> this returns begin == NULL
/* lo_GetLineEnds returns the start of the next line for 'end' */
if ( end ) {
end = end->lo_any.prev;
} else {
/* Last line. We know that the last line only has one element. */
end = begin;
}
/* Except for cases where the entire line is a line feed, don't select
the end line-feed. */
>>> IT THEN CRASHES HERE
if ( begin->type != LO_LINEFEED && end->type == LO_LINEFEED ) {
HOW DID I GET THERE:
With Mozilla running, I started the HTML WIZARED in office 97.
It said there is an updated version of the wizarad, do I want to update.
I said yes. I dont know the URL.
Assignee | ||
Comment 1•26 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•