=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libmath-int64-perl-0.54/inc/Capture/Tiny.pm-219- _open_std( $stash->{child}{$which} ); libmath-int64-perl-0.54/inc/Capture/Tiny.pm:220: $stash->{pid}{$which} = system(1, @cmd, $stash->{flag_files}{$which}); libmath-int64-perl-0.54/inc/Capture/Tiny.pm-221- # not restoring std here as it all gets redirected again shortly anyway ############################################## libmath-int64-perl-0.54/inc/Capture/Tiny.pm-223- else { # use fork libmath-int64-perl-0.54/inc/Capture/Tiny.pm:224: _fork_exec( $which, $stash ); libmath-int64-perl-0.54/inc/Capture/Tiny.pm-225- } ############################################## libmath-int64-perl-0.54/inc/Capture/Tiny.pm-431- ($stdout, $stderr, $exit) = capture { libmath-int64-perl-0.54/inc/Capture/Tiny.pm:432: system( $cmd, @args ); libmath-int64-perl-0.54/inc/Capture/Tiny.pm-433- }; ############################################## libmath-int64-perl-0.54/inc/Config/AutoConf.pm-340- # check_run - Capture::Tiny, Open3 ... ftw! libmath-int64-perl-0.54/inc/Config/AutoConf.pm:341: my $ans = `echo a | ($grep -E '(a|b)') 2>/dev/null`; libmath-int64-perl-0.54/inc/Config/AutoConf.pm-342- chomp $ans; ############################################## libmath-int64-perl-0.54/inc/Config/AutoConf.pm-403- my ( $stdout, $stderr, $exit ) = libmath-int64-perl-0.54/inc/Config/AutoConf.pm:404: capture { system( $lex, $filename ); }; libmath-int64-perl-0.54/inc/Config/AutoConf.pm-405- chomp $stdout; ############################################## libmath-int64-perl-0.54/inc/Config/AutoConf.pm-2112- my ( $stdout, $stderr, $exit ) = libmath-int64-perl-0.54/inc/Config/AutoConf.pm:2113: capture { system( $_pkg_config_prog, @pkg_config_args ); }; libmath-int64-perl-0.54/inc/Config/AutoConf.pm-2114- chomp $stdout;