Changes committed to git://git.pcp.io/pcp.git dev
Nathan Scott (8):
libpcp: harden coverity-found af_unix path termination
pmdalinux: simplify distro name search, for coverity checker
pmdaproc: harden coverity-found cgroup name termination
pmdalinux: harden coverity-found device mapper name termination
pmdaproc: remove some coverity-found dead code
qa: add unstable bytes_read to the memcached filter
qa: add a problematic s390x /proc/cpuinfo test case
qa: share containers check code between tests
Frank Ch. Eigler (5):
Correct memory double-free of __pmGetAttrValue result
qa/720 test for memory sasl-authentication double-free
pmmgr: build fix for older g++
qa/common.check: introduce $_valgrind_clean_assert
qa/666: use $_valgrind_clean_assert for pmmgr under microscope
Martins Innus (2):
Vagrant QA setup based on the Aconex idea
Add back lustre that went missing from QA
.gitignore | 2
Vagrantfile | 338 +++++++++++++++++++++++++++++++
qa/666 | 4
qa/720 | 1
qa/720.out | 10
qa/835 | 4
qa/837 | 13 -
qa/977 | 13 -
qa/GNUmakefile | 2
qa/common.check | 46 ++++
qa/linux/cpuinfo-2cpu-s390x-linux-2.6.32 | 6
qa/valgrind-suppress | 15 +
src/libpcp/src/auxconnect.c | 9
src/libpcp/src/secureconnect.c | 6
src/pmdas/linux/getinfo.c | 6
src/pmdas/linux/proc_partitions.c | 4
src/pmdas/linux_proc/cgroups.c | 1
src/pmdas/linux_proc/config.c | 185 ----------------
src/pmdas/linux_proc/config.h | 1
src/pmmgr/pmmgr.cxx | 4
20 files changed, 440 insertions(+), 230 deletions(-)
|