File: helgrind.supp

package info (click to toggle)
socket-wrapper 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: ansic: 12,782; sh: 65; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# The swrap_bind_symbol_lib* macros have a thread race condition on purpose!
#
# As an optimization we do not lock the access. However if the obj is not
# bound, we lock it with a mutex and reread it again. And binding the symbol is
# protected.
{
   SWRAP_SYMBOL_ACCESS
   Helgrind:Race
   fun:libc_*
   fun:swrap_*
}