From: Chris B. <buc...@us...> - 2011-05-11 21:02:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via a4c90e9a342adf10b99f00c3dbca3aa8d955f0ab (commit) from 5d4c197e31501fe0c575d0d6c1f5cdde33c21ddb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a4c90e9a342adf10b99f00c3dbca3aa8d955f0ab Author: buccella <buc...@li...> Date: Wed May 11 17:02:43 2011 -0400 added suppression for uninitialized bytes, false pthread leak ----------------------------------------------------------------------- Summary of changes: diff --git a/sfcbd.valgrind-suppress b/sfcbd.valgrind-suppress index 2410f46..ee5178e 100644 --- a/sfcbd.valgrind-suppress +++ b/sfcbd.valgrind-suppress @@ -16,4 +16,38 @@ Memcheck:Param socketcall.recvmsg(msg) fun:recvmsg -} \ No newline at end of file +} +{ + <false leak from detached pthreads> + Memcheck:Leak + fun:calloc + fun:_dl_allocate_tls + fun:pthread_create@@GLIBC_2.1 +} +{ + <uninitialized bytes> + Memcheck:Param + socketcall.sendmsg(msg.msg_iov[i]) + fun:sendmsg +} +{ + <conditional jump depends on uninitialized values> + Memcheck:Cond + fun:_dl_relocate_object + fun:dl_main + fun:_dl_sysdep_start + fun:_dl_start +} +{ + <conditional jump depends on uninitialized values> + Memcheck:Cond + fun:_dl_relocate_object + fun:dl_open_worker + fun:_dl_catch_error + fun:_dl_open + fun:dlopen_doit + fun:_dl_catch_error + fun:_dlerror_run + fun:dlopen@@GLIBC_2.1 + fun:doLoadProvider +} hooks/post-receive -- SFCB - Small Footprint CIM Broker |