Closed Bug 1014 Opened 26 years ago Closed 26 years ago

Crash in laysel.c

Categories

(MozillaClassic Graveyard :: Layout, defect, P1)

x86
Windows 95
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 1000

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.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 1000 ***
Status: RESOLVED → VERIFIED
Marking Verified as a dup.
You need to log in before you can comment on or make changes to this bug.