From: Stefan Huber Date: Wed, 17 Feb 2021 10:09:23 +0000 (+0100) Subject: Limit regex repetition to 255 X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;ds=sidebyside;h=6db7b3c495c6e4eff6ca2882bb992a8916d6726d;hp=6db7b3c495c6e4eff6ca2882bb992a8916d6726d;p=mutt-gruvbox.git Limit regex repetition to 255 The BSD implementation of regex has RE_DUP_MAX set to 255, e.g., see man 3 regex for openbsd. Limit the patterns to 255 to support mutt on BSD, like Mac OS X (Darwin). Fixes #1 (github) Reported-by: reportaman ---