=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== netsurf-3.10/buildsystem/llvm/ccc-analyzer-30- if (defined $CleanupFile && -z $CleanupFile) { netsurf-3.10/buildsystem/llvm/ccc-analyzer:31: `rm -f $CleanupFile`; netsurf-3.10/buildsystem/llvm/ccc-analyzer-32- } ############################################## netsurf-3.10/buildsystem/llvm/ccc-analyzer-82- close OUT; netsurf-3.10/buildsystem/llvm/ccc-analyzer:83: `uname -a >> $PPFile.info.txt 2>&1`; netsurf-3.10/buildsystem/llvm/ccc-analyzer:84: `$CC -v >> $PPFile.info.txt 2>&1`; netsurf-3.10/buildsystem/llvm/ccc-analyzer-85- system 'mv',$ofile,"$PPFile.stderr.txt"; ############################################## netsurf-3.10/buildsystem/llvm/ccc-analyzer-285- netsurf-3.10/buildsystem/llvm/ccc-analyzer:286: `rm -f $ofile`; netsurf-3.10/buildsystem/llvm/ccc-analyzer-287-} ############################################## netsurf-3.10/buildsystem/llvm/ccc-analyzer-371-# Forward arguments to gcc. netsurf-3.10/buildsystem/llvm/ccc-analyzer:372:my $Status = system($CC,@ARGV); netsurf-3.10/buildsystem/llvm/ccc-analyzer-373-if ($Status) { exit($Status >> 8); } ############################################## netsurf-3.10/buildsystem/llvm/scan-build-374- close (RIN); netsurf-3.10/buildsystem/llvm/scan-build:375: system("mv", "$fname.tmp", $fname); netsurf-3.10/buildsystem/llvm/scan-build-376-} ############################################## netsurf-3.10/buildsystem/llvm/scan-build-399- # Redundant file. Remove it. netsurf-3.10/buildsystem/llvm/scan-build:400: system ("rm", "-f", "$Dir/$FName"); netsurf-3.10/buildsystem/llvm/scan-build-401- return; ############################################## netsurf-3.10/buildsystem/llvm/scan-build-406- # At this point the report file is not world readable. Make it happen. netsurf-3.10/buildsystem/llvm/scan-build:407: system ("chmod", "644", "$Dir/$FName"); netsurf-3.10/buildsystem/llvm/scan-build-408- ############################################## netsurf-3.10/buildsystem/llvm/scan-build-468- netsurf-3.10/buildsystem/llvm/scan-build:469: system ("cp", $JS, "$Dir"); netsurf-3.10/buildsystem/llvm/scan-build-470- ############################################## netsurf-3.10/buildsystem/llvm/scan-build-478- netsurf-3.10/buildsystem/llvm/scan-build:479: system ("cp", $CSS, "$Dir"); netsurf-3.10/buildsystem/llvm/scan-build-480- ############################################## netsurf-3.10/buildsystem/llvm/scan-build-506- Diag("Removing directory '$Dir' because it contains no reports.\n"); netsurf-3.10/buildsystem/llvm/scan-build:507: system ("rm", "-fR", $Dir); netsurf-3.10/buildsystem/llvm/scan-build-508- return 0; ############################################## netsurf-3.10/buildsystem/llvm/scan-build-823- # Make sure $Dir and $BaseDir are world readable/executable. netsurf-3.10/buildsystem/llvm/scan-build:824: system("chmod", "755", $Dir); netsurf-3.10/buildsystem/llvm/scan-build:825: if (defined $BaseDir) { system("chmod", "755", $BaseDir); } netsurf-3.10/buildsystem/llvm/scan-build-826- ############################################## netsurf-3.10/buildsystem/llvm/scan-build-915- die if (!defined $CXX); netsurf-3.10/buildsystem/llvm/scan-build:916: my $LDPLUSPLUS = `which $CXX`; netsurf-3.10/buildsystem/llvm/scan-build-917- $LDPLUSPLUS =~ s/\015?\012//; # strip newlines ############################################## netsurf-3.10/buildsystem/llvm/scan-build-920- netsurf-3.10/buildsystem/llvm/scan-build:921: return (system(@$Args) >> 8); netsurf-3.10/buildsystem/llvm/scan-build-922-} ############################################## netsurf-3.10/libdom/test/run-single-test.sh-61- netsurf-3.10/libdom/test/run-single-test.sh:62: file=`basename "$test"`; netsurf-3.10/libdom/test/run-single-test.sh-63- name=${file%%.xml}; ############################################## netsurf-3.10/libdom/test/run-single-test.sh-71- # Generate the test C program netsurf-3.10/libdom/test/run-single-test.sh:72: out=`perl transform.pl "$dtd" "$tfile" 2>&1 >"${cfile}.unindent"`; netsurf-3.10/libdom/test/run-single-test.sh-73- if [ "$?" != "0" ]; then ############################################## netsurf-3.10/libdom/test/run-single-test.sh-83- fi netsurf-3.10/libdom/test/run-single-test.sh:84: out=`indent "${cfile}.unindent" -o "$cfile" 2>&1`; netsurf-3.10/libdom/test/run-single-test.sh-85- if [ "$?" != "0" ]; then ############################################## netsurf-3.10/libdom/test/run-single-test.sh-97- # Compile it now netsurf-3.10/libdom/test/run-single-test.sh:98: out=` ( gcc -g $cflags $src $cfile $ldflags -o "$ofile" ) 2>&1`; netsurf-3.10/libdom/test/run-single-test.sh-99- if [ "$?" != "0" ]; then ############################################## netsurf-3.10/libdom/test/run-test.sh-60- netsurf-3.10/libdom/test/run-test.sh:61: file=`basename "$test"`; netsurf-3.10/libdom/test/run-test.sh-62- name=${file%%.xml}; ############################################## netsurf-3.10/libdom/test/run-test.sh-70- # Generate the test C program netsurf-3.10/libdom/test/run-test.sh:71: out=`perl transform.pl "$dtd" "$tfile" 2>&1 >"${cfile}.unindent"`; netsurf-3.10/libdom/test/run-test.sh-72- if [ "$?" != "0" ]; then ############################################## netsurf-3.10/libdom/test/run-test.sh-82- fi netsurf-3.10/libdom/test/run-test.sh:83: out=`indent "${cfile}.unindent" -o "$cfile" 2>&1`; netsurf-3.10/libdom/test/run-test.sh-84- if [ "$?" != "0" ]; then ############################################## netsurf-3.10/libdom/test/run-test.sh-96- # Compile it now netsurf-3.10/libdom/test/run-test.sh:97: out=` ( gcc -g $cflags $src $cfile $ldflags -o "$ofile" ) 2>&1`; netsurf-3.10/libdom/test/run-test.sh-98- if [ "$?" != "0" ]; then ############################################## netsurf-3.10/libnspsl/src/psl.inc-3731- { .label = { 120044, 8, 0 } }, /* servep2p */ netsurf-3.10/libnspsl/src/psl.inc:3732: { .label = { 52376, 12, 0 } }, /* servesarcasm */ netsurf-3.10/libnspsl/src/psl.inc-3733- { .label = { 67049, 11, 0 } }, /* stufftoread */ ############################################## netsurf-3.10/librufl/src/rufl_init.c-155- /* test if the font manager supports background blending */ netsurf-3.10/librufl/src/rufl_init.c:156: rufl_fm_error = xfont_cache_addr(&fm_version, 0, 0); netsurf-3.10/librufl/src/rufl_init.c-157- if (rufl_fm_error) { ############################################## netsurf-3.10/netsurf/content/handlers/javascript/duktape/duktape.c-66319- */ netsurf-3.10/netsurf/content/handlers/javascript/duktape/duktape.c:66320:/* XXX: awkward and bloated asm -- use faster internal accesses */ netsurf-3.10/netsurf/content/handlers/javascript/duktape/duktape.c-66321-DUK_LOCAL void duk__convert_to_func_template(duk_compiler_ctx *comp_ctx) { ############################################## netsurf-3.10/netsurf/content/handlers/javascript/duktape/duktape.c-89129- netsurf-3.10/netsurf/content/handlers/javascript/duktape/duktape.c:89130: /* XXX: lastIndex handling produces a lot of asm */ netsurf-3.10/netsurf/content/handlers/javascript/duktape/duktape.c-89131- ############################################## netsurf-3.10/netsurf/docs/unit-testing.md-16- netsurf-3.10/netsurf/docs/unit-testing.md:17:# Execution netsurf-3.10/netsurf/docs/unit-testing.md-18- ############################################## netsurf-3.10/netsurf/frontends/amiga/agclass/amigaguide_class.c-12-#else netsurf-3.10/netsurf/frontends/amiga/agclass/amigaguide_class.c:13:#define DISPATCHHOOK(func) static ASM uint32 func(REG(a0, Class *cl),REG(a2, Object *o), REG(a1, Msg msg)) netsurf-3.10/netsurf/frontends/amiga/agclass/amigaguide_class.c-14-#endif ############################################## netsurf-3.10/netsurf/frontends/amiga/arexx.c-81-#else netsurf-3.10/netsurf/frontends/amiga/arexx.c:82:#define RXHOOKF(func) static ASM VOID func(REG(a0, struct ARexxCmd* cmd), REG(a1, struct RexxMsg* msg)) netsurf-3.10/netsurf/frontends/amiga/arexx.c-83-#endif ############################################## netsurf-3.10/netsurf/frontends/amiga/gui.h-37-#else netsurf-3.10/netsurf/frontends/amiga/gui.h:38:#define HOOKF(ret,func,type,ptr,msgtype) static ASM ret func(REG(a0, struct Hook *hook),REG(a2, type ptr), REG(a1, msgtype msg)) netsurf-3.10/netsurf/frontends/amiga/gui.h-39-#endif ############################################## netsurf-3.10/netsurf/frontends/amiga/memory.c-144- netsurf-3.10/netsurf/frontends/amiga/memory.c:145:static ASM ULONG ami_memory_handler(REG(a0, struct MemHandlerData *mhd), REG(a1, void *userdata), REG(a6, struct ExecBase *execbase)) netsurf-3.10/netsurf/frontends/amiga/memory.c-146-{ ############################################## netsurf-3.10/netsurf/frontends/atari/gemtk/objc.c-99- netsurf-3.10/netsurf/frontends/atari/gemtk/objc.c:100: rsrc_gaddr(R_TREE, idx, &tree); netsurf-3.10/netsurf/frontends/atari/gemtk/objc.c-101- ############################################## netsurf-3.10/netsurf/utils/git-testament.pl-56- local $/ = undef(); netsurf-3.10/netsurf/utils/git-testament.pl:57: system("$cmd > $tmpfile"); netsurf-3.10/netsurf/utils/git-testament.pl-58- open(my $CMDH, "<", $tmpfile); ############################################## netsurf-3.10/netsurf/utils/git-testament.pl-65-if ( $git_present ) { netsurf-3.10/netsurf/utils/git-testament.pl:66: my @bits = split /\s+/, `git config --get-regexp "^remote.*.url\$"`; netsurf-3.10/netsurf/utils/git-testament.pl-67- $gitinfo{url} = $bits[1]; ############################################## netsurf-3.10/netsurf/utils/git-testament.pl-70- chomp $gitinfo{revision}; netsurf-3.10/netsurf/utils/git-testament.pl:71: $gitinfo{branch} = `git for-each-ref --format="\%(refname:short)" \$(git symbolic-ref HEAD 2>/dev/null || git show-ref -s HEAD)`; netsurf-3.10/netsurf/utils/git-testament.pl-72- chomp $gitinfo{branch}; ############################################## netsurf-3.10/netsurf/utils/git-testament.pl-210- print "TESTAMENT: Removing $unwanted\n"; netsurf-3.10/netsurf/utils/git-testament.pl:211: system("rm", "-f", "--", $unwanted); netsurf-3.10/netsurf/utils/git-testament.pl-212- } ############################################## netsurf-3.10/netsurf/utils/memanalyze.pl-287- # ADDR url.c:1282 getaddrinfo() = 0x5ddd netsurf-3.10/netsurf/utils/memanalyze.pl:288: elsif($_ =~ /^ADDR ([^ ]*):(\d*) (.*)/) { netsurf-3.10/netsurf/utils/memanalyze.pl-289- # generic match for the filename+linenumber