TT#50954 Use <<>> instead of <> as that has unsafe semantics

Change-Id: I6462d853f5669678357b72215b453414f683337d
changes/38/26638/1
Guillem Jover 7 years ago
parent e28ca4bcdc
commit ff3b821e47

@ -13,7 +13,7 @@ my %key_vals;
# collect keywords and rewrite input file with in lookup keys
while (my $line = <>) {
while (my $line = <<>>) {
if (!($line =~ s/CSH_LOOKUP\("(.*?)"\)/{}/)) {
$rewritten_input .= $line;
next;

Loading…
Cancel
Save