]> git.ipfire.org Git - thirdparty/krb5.git/commit
Escape curly braces in def-check.pl regexes
authorGreg Hudson <ghudson@mit.edu>
Sat, 5 May 2018 17:40:37 +0000 (13:40 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 29 Oct 2018 02:50:09 +0000 (22:50 -0400)
commitc30d5d9daadf6dbf9b987c02463669a2df991868
treeb0462a0d315a4e3ab4894ea0d9252f97da6eb401
parent9c70a33b30919c217167b5e2191c871229e5abbf
Escape curly braces in def-check.pl regexes

Recent versions of Perl issue a warning or error when an unescaped
open curly brace is used in a position where it might introduce a
quantifier in a regular expression.  Escape all regexp literal curly
braces in def-check.pl.

(cherry picked from commit 523e4ab050b13404a6929cc56ef873de8023e25c)

ticket: 8677
version_fixed: 1.15.4
src/util/def-check.pl