]> git.ipfire.org Git - thirdparty/krb5.git/commit
Escape curly braces in def-check.pl regexes 774/head
authorGreg Hudson <ghudson@mit.edu>
Sat, 5 May 2018 17:40:37 +0000 (13:40 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 8 May 2018 15:58:20 +0000 (11:58 -0400)
commit523e4ab050b13404a6929cc56ef873de8023e25c
tree52e4fca78eefd19ff164cbd2f4be262090d0bc37
parent928a36aae326d496c9a73f2cd41b4da45eef577c
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.

ticket: 8677 (new)
tags: pullup
target_version: 1.16-next
target_version: 1.15-next
src/util/def-check.pl