Changes committed to git://oss.sgi.com/pcp/pcp.git nssmerge
src/include/pcp/impl.h | 1 +
src/libpcp/src/auxconnect.c | 16 ++++++++++++++++
src/libpcp_pmcd/src/data.c | 18 ++++++++++++++----
src/pmcd/src/client.c | 2 +-
src/pmcd/src/config.c | 6 +++---
src/pmcd/src/pmcd.h | 10 +++++-----
6 files changed, 40 insertions(+), 13 deletions(-)
commit 7fdd6e721c0a0483b5347d4bd168d24d303cffb9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Dec 3 16:45:28 2012 +1100
Implement support for pmcd file descriptor leak checker with NSS
Test 578 was failing with NSS, as a result of changes around the
way the file descriptor table indexing works, and the semantics
of the return value of __pmSocket type routines.
This change keeps the existing semantics after some discussion of
possible alternatives on the list, the alternative of tracking the
actual count of open file descriptors proved far too difficult in
practice.
|