>From 9ac782d066e51147c189084dcd7852c95701cb5c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Sep 2020 20:26:17 -0700 Subject: [PATCH] * tests/triple-backref: Add comment. --- tests/triple-backref | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/triple-backref b/tests/triple-backref index 167b8ac..870fe8c 100755 --- a/tests/triple-backref +++ b/tests/triple-backref @@ -7,6 +7,10 @@ # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. +# This tickles a bug in the regex code that can cause heap violations etc. +# A fix would be welcome, though fixing is not trivial. See: +# https://sourceware.org/bugzilla/show_bug.cgi?id=11053 + . "${srcdir=.}/init.sh"; path_prepend_ ../src require_timeout_ -- 2.17.1