=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-sys-3.4/src/win32/exec.c-180-static void fin_proc(SEXP ptr){ r-cran-sys-3.4/src/win32/exec.c:181: if(!R_ExternalPtrAddr(ptr)) return; r-cran-sys-3.4/src/win32/exec.c:182: CloseHandle(R_ExternalPtrAddr(ptr)); r-cran-sys-3.4/src/win32/exec.c-183- R_ClearExternalPtr(ptr); ############################################## r-cran-sys-3.4/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-sys-3.4/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-cran-sys-3.4/debian/tests/run-unit-test-8- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM