#3888: mutt 1.5.23 and 1.7.1 segfault on valid-seeming HTML message
-----------------------+----------------------
Reporter: Lorens | Owner: mutt-dev
Type: defect | Status: new
Priority: critical | Milestone:
Component: display | Version: 1.7.1
Resolution: | Keywords:
-----------------------+----------------------
Comment (by kevin8t8):
Looking more at this, I'd really like to see all your 'color body' lines.
The lineInfo[n] is recording the matches on a *single line* on the screen.
Although of course I need to fix the segfault, I think your color regexps
may need some improvement.
For instance, the one you mentioned:
{{{
color body default default .
}}}
doesn't make any sense. This is coloring every character as "default",
character by character.
This is much better accomplished with simply a
{{{
color normal default default
}}}
But that alone doesn't explain overrunning a short int. Perhaps you have
some '.*' regexps?
Would you mind also emailing me the html attachment directly, just so I
can see it?
Thank you!
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3888#comment:3>
Mutt <http://www.mutt.org/>
The Mutt mail user agent