Skip to content

Commit e05cb5a

Browse files
author
rhyskidd
committed
Silence some reachable system library reports on OS X 10.10 for simple Hello World console application. No regressions. n-i-bz.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15255 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 220b52f commit e05cb5a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

darwin14.supp

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,27 @@
134134
...
135135
}
136136

137+
{
138+
OSX1010:14-Leak
139+
Memcheck:Leak
140+
match-leak-kinds: reachable
141+
fun:?alloc
142+
...
143+
fun:libSystem_atfork_child
144+
...
145+
}
146+
147+
{
148+
OSX1010:15-Leak
149+
Memcheck:Leak
150+
match-leak-kinds: reachable
151+
fun:malloc
152+
fun:__smakebuf
153+
...
154+
fun:printf
155+
...
156+
}
157+
137158
############################################
138159
## Non-leak errors
139160

0 commit comments

Comments
 (0)