[krbdev.mit.edu #8677] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Commit: c30d5d9daadf6dbf9b987c02463669a2df991868 Branch: krb5-1.15 src/util/def-check.pl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)