Browse Source

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

Change-Id: I6462d853f5669678357b72215b453414f683337d
changes/38/26638/1
Guillem Jover 7 years ago
parent
commit
ff3b821e47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/const_str_hash

+ 1
- 1
utils/const_str_hash View File

@ -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