Avoid a regexp overflow in message-goto-body
commit301ee3d0319d489087bc548beb2ea5e7900224b6
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Jan 2017 20:12:05 +0000 (26 21:12 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Jan 2017 20:12:05 +0000 (26 21:12 +0100)
tree737b60ef9af4ea3ea7851f86f8d207c76c49f9f3
parentb720f1a33636b3764ef82bdb6d69e2d627304fea
Avoid a regexp overflow in message-goto-body

* lisp/gnus/message.el (message-goto-body-1): Avoid using a
complicated backtracking regexp, because they may overflow on
large headers (bug#21160).
lisp/gnus/message.el