Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/523e4ab050b13404a6929cc56ef873de8023e25c
Author: Greg Hudson <ghudson@mit.edu>
Commit: 523e4ab050b13404a6929cc56ef873de8023e25c
Branch: master
src/util/def-check.pl | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
From: ghudson@mit.edu
Subject: git commit

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)

https://github.com/krb5/krb5/commit/30043dd67b003f17266de5a61375035a238d32bd
Author: Greg Hudson <ghudson@mit.edu>
Commit: 30043dd67b003f17266de5a61375035a238d32bd
Branch: krb5-1.16
src/util/def-check.pl | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
From: ghudson@mit.edu
Subject: git commit

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)

https://github.com/krb5/krb5/commit/c30d5d9daadf6dbf9b987c02463669a2df991868
Author: Greg Hudson <ghudson@mit.edu>
Commit: c30d5d9daadf6dbf9b987c02463669a2df991868
Branch: krb5-1.15
src/util/def-check.pl | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)