=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== crm114-20100106/CRM114_Mailfilter_HOWTO.txt-1024- crm114-20100106/CRM114_Mailfilter_HOWTO.txt:1025: CRMSCORE=`$HOME/bin/crmstats.sh` crm114-20100106/CRM114_Mailfilter_HOWTO.txt-1026- :0fw: .formail.crm114.lock ############################################## crm114-20100106/CRM114_Mailfilter_HOWTO.txt-1042- crm114-20100106/CRM114_Mailfilter_HOWTO.txt:1043: CRMSCORE=`grep -a -v "^X-CRM114" | crm -u $HOME/.crm114/ /usr/share/crm114/ma\ilfilter.crm --stats_only` crm114-20100106/CRM114_Mailfilter_HOWTO.txt-1044- ############################################## crm114-20100106/crm_svm_lib_fncts.c-1100- * the solution ends - just the last address that has been allocated in the crm114-20100106/crm_svm_lib_fncts.c:1101: * chunk pointed to by *addr (ie, if *addr was taken from an mmap'd file crm114-20100106/crm_svm_lib_fncts.c-1102- * last_addr would be *addr + the file size). ############################################## crm114-20100106/crm_svm_matrix.c-1721- * the list ends - just the last address that has been allocated in the crm114-20100106/crm_svm_matrix.c:1722: * chunk pointed to by *addr (ie, if *addr was taken from an mmap'd file crm114-20100106/crm_svm_matrix.c-1723- * last_addr would be *addr + the file size). ############################################## crm114-20100106/crm_svm_matrix.c-3743- * the list ends - just the last address that has been allocated in the crm114-20100106/crm_svm_matrix.c:3744: * chunk pointed to by *addr (ie, if *addr was taken from an mmap'd file crm114-20100106/crm_svm_matrix.c-3745- * last_addr would be *addr + the file size). ############################################## crm114-20100106/crm_str_funcs.c-201- // found it... force an munmap. crm114-20100106/crm_str_funcs.c:202: crm_force_munmap_addr (p->addr); crm114-20100106/crm_str_funcs.c-203- //This was commented out and I uncommented it. ############################################## crm114-20100106/crm_str_funcs.c-218-// crm114-20100106/crm_str_funcs.c:219:void crm_force_munmap_addr (void *addr) crm114-20100106/crm_str_funcs.c-220-{ ############################################## crm114-20100106/crm_osb_bayes.c-469- // to the file which stays around until program exit) crm114-20100106/crm_osb_bayes.c:470: crm_force_munmap_addr ((void *) hashes); crm114-20100106/crm_osb_bayes.c-471- ############################################## crm114-20100106/crm_svm_matrix_util.c-745- * the expanding array ends - just the last address that has been allocated crm114-20100106/crm_svm_matrix_util.c:746: * in the chunk pointed to by *addr (ie, if *addr was taken from an mmap'd file crm114-20100106/crm_svm_matrix_util.c-747- * last_addr would be addr + the file size). ############################################## crm114-20100106/crm_svm_matrix_util.c-1308- * the list ends - just the last address that has been allocated in the crm114-20100106/crm_svm_matrix_util.c:1309: * chunk pointed to by *addr (ie, if *addr was taken from an mmap'd file crm114-20100106/crm_svm_matrix_util.c-1310- * last_addr would be *addr + the file size). ############################################## crm114-20100106/reto_procmailrc.recipe-18- crm114-20100106/reto_procmailrc.recipe:19:CRMVERSION="`${CRM} '-{ output /:*:_crm_version:/}' < /dev/null` [stats_only]" crm114-20100106/reto_procmailrc.recipe-20- ############################################## crm114-20100106/reto_procmailrc.recipe-66- crm114-20100106/reto_procmailrc.recipe:67: CRMOUT="`head -c ${BIGGEST} | ${CRM} -u ${CRMDIR} mailfilter.crm --stats_only\`" crm114-20100106/reto_procmailrc.recipe-68- ############################################## crm114-20100106/crm114.h-446-void crm_force_munmap_filename (char *filename); crm114-20100106/crm114.h:447:void crm_force_munmap_addr (void *addr); crm114-20100106/crm114.h-448- ############################################## crm114-20100106/crm_bit_entropy.c-2179- // and remember to let go of the mmap and the pattern bufffer crm114-20100106/crm_bit_entropy.c:2180: crm_force_munmap_addr ((void *) fmap); crm114-20100106/crm_bit_entropy.c-2181- ############################################## crm114-20100106/crm_markovian.c-708- // crm_munmap_all (); crm114-20100106/crm_markovian.c:709: crm_force_munmap_addr (hashes); crm114-20100106/crm_markovian.c-710- ############################################## crm114-20100106/debian/rules-63- `pwd`/debian/crm114/usr/share/doc/$(package)/examples/tests/*; do \ crm114-20100106/debian/rules:64: if [ -f $$file ] && [ "`head -c 2 $$file`" != '#!' ]; then \ crm114-20100106/debian/rules-65- chmod a-x $$file; \