#2980: url.c:url_parse_mailto: writes past buffer end Changes (by pdmef):
* status: new => closed * resolution: => fixed Comment: (In [6248b3c04f61]) Prevent mailto parsing buffer overflow by ignoring too long header. If they're longer than our buffer, we can't turn it into a header to be parsed by mutt_parse_rfc822_line() anyway, so we bail out in this case. Also make main() catchup mailto parsing errors. Closes #2980. -- Ticket URL: <http://dev.mutt.org/trac/ticket/2980#comment:2>
