=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-160- // Number of cores tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp:161: fp = popen ("cat /proc/cpuinfo | grep \"cpu cores\" | uniq | awk '{ print $4 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-162- if (fp != NULL) ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-863- int mem; tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp:864: fp = popen ("cat /proc/meminfo | grep \"MemTotal:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-865- ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-883- int mem = 0; tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp:884: fp = popen ("cat /proc/meminfo | grep \"Buffers:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-885- ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-903- int mem = 0; tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp:904: fp = popen ("cat /proc/meminfo | grep \"Cached:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-905- ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-923- int mem = 0; tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp:924: fp = popen ("cat /proc/meminfo | grep \"MemFree:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/Util/Utils.cpp-925- ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/external/vcflib/tabixpp/knetfile.c-170- struct in_addr addr; tvc-5.0.3+git20151221.80e144e+dfsg/external/vcflib/tabixpp/knetfile.c:171: addr.s_addr = inet_addr(host); tvc-5.0.3+git20151221.80e144e+dfsg/external/vcflib/tabixpp/knetfile.c:172: hp = gethostbyaddr((char*)&addr, 4, AF_INET); tvc-5.0.3+git20151221.80e144e+dfsg/external/vcflib/tabixpp/knetfile.c-173- } ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-160- // Number of cores tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp:161: fp = popen ("cat /proc/cpuinfo | grep \"cpu cores\" | uniq | awk '{ print $4 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-162- if (fp != NULL) ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-861- int mem; tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp:862: fp = popen ("cat /proc/meminfo | grep \"MemTotal:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-863- ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-881- int mem = 0; tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp:882: fp = popen ("cat /proc/meminfo | grep \"Buffers:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-883- ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-901- int mem = 0; tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp:902: fp = popen ("cat /proc/meminfo | grep \"Cached:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-903- ############################################## tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-921- int mem = 0; tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp:922: fp = popen ("cat /proc/meminfo | grep \"MemFree:\" | awk '{ print $2 }'", "r"); tvc-5.0.3+git20151221.80e144e+dfsg/.pc/hurd.patch/Util/Utils.cpp-923-