===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-bioc-hdf5array-1.18.0/R/dump-management.R-353-### Use a lock mechanism so is safe to use in the context of parallel
r-bioc-hdf5array-1.18.0/R/dump-management.R:354:### execution.
r-bioc-hdf5array-1.18.0/R/dump-management.R-355-appendDatasetCreationToHDF5DumpLog <- function(filepath, name, dim, type,
##############################################
r-bioc-hdf5array-1.18.0/R/utils.R-80-### A global counter that is safe to use in the context of parallelized
r-bioc-hdf5array-1.18.0/R/utils.R:81:### execution
r-bioc-hdf5array-1.18.0/R/utils.R-82-###
##############################################
r-bioc-hdf5array-1.18.0/R/utils.R-116-### the counter simultaneously. So is safe to use in the context of parallel
r-bioc-hdf5array-1.18.0/R/utils.R:117:### execution e.g.
r-bioc-hdf5array-1.18.0/R/utils.R-118-###
##############################################
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c-628-
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c:629:	h5dset = R_ExternalPtrAddr(xp);
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c-630-	if (h5dset != NULL) {
##############################################
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c-635-		free(h5dset);
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c:636:		R_SetExternalPtrAddr(xp, NULL);
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c-637-		//printf("OK\n");
##############################################
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c-681-
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c:682:	h5dset = R_ExternalPtrAddr(xp);
r-bioc-hdf5array-1.18.0/src/H5DSetDescriptor.c-683-	if (h5dset == NULL) {
##############################################
r-bioc-hdf5array-1.18.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-bioc-hdf5array-1.18.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-bioc-hdf5array-1.18.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM