===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-185-                    close STDERR;
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi:186:                    exec("$tail_file $tail_args $log") or
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-187-                        die; # this is the child process so don't clean_up
##############################################
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-203-                close STDERR;
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi:204:                exec("$tail_file $tail_args $log_files") or
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-205-                        die; # this is the child process so don't clean_up
##############################################
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-270-                if (not defined $hostnames{$ipaddr}) {
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi:271:                    $hostnames{$ipaddr} = gethostbyaddr($ipaddr, AF_INET);
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-272-                }
##############################################
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-808-            my $ipaddr = inet_aton($hostname);
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi:809:            $hostnames{$ipaddr} = gethostbyaddr($ipaddr, AF_INET) if($ipaddr && !defined $hostnames{$ipaddr});
tenshi-0.13/.pc/CVE-2017-11746.patch/tenshi-810-            if(defined $ipaddr && defined $hostnames{$ipaddr}) {
##############################################
tenshi-0.13/tenshi-183-                    close STDERR;
tenshi-0.13/tenshi:184:                    exec("$tail_file $tail_args $log") or
tenshi-0.13/tenshi-185-                        die; # this is the child process so don't clean_up
##############################################
tenshi-0.13/tenshi-201-                close STDERR;
tenshi-0.13/tenshi:202:                exec("$tail_file $tail_args $log_files") or
tenshi-0.13/tenshi-203-                        die; # this is the child process so don't clean_up
##############################################
tenshi-0.13/tenshi-266-                if (not defined $hostnames{$ipaddr}) {
tenshi-0.13/tenshi:267:                    $hostnames{$ipaddr} = gethostbyaddr($ipaddr, AF_INET);
tenshi-0.13/tenshi-268-                }
##############################################
tenshi-0.13/tenshi-804-            my $ipaddr = inet_aton($hostname);
tenshi-0.13/tenshi:805:            $hostnames{$ipaddr} = gethostbyaddr($ipaddr, AF_INET) if($ipaddr && !defined $hostnames{$ipaddr});
tenshi-0.13/tenshi-806-            if(defined $ipaddr && defined $hostnames{$ipaddr}) {