This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
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
e28ca4bcdc
commit
ff3b821e47
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save