We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a379e03 commit 2c1af74Copy full SHA for 2c1af74
NEWS
@@ -121,6 +121,7 @@ where XXXXXX is the bug number as listed below.
121
344621 Fix memcheck/tests/err_disable4 test on OS X
122
344686 Fix suppression for pthread_rwlock_init on OS X 10.10
123
344702 Fix missing libobjc suppressions on OS X 10.10
124
+344939 Fix memcheck/tests/xml1 on OS X 10.10
125
n-i-bz Provide implementations of certain compiler builtins to support
126
compilers who may not provide those
127
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
darwin14.supp
@@ -437,6 +437,13 @@
437
fun:*dyld*link*
438
}
439
440
+{
441
+ OSX1010:dyld-2
442
+ Memcheck:Cond
443
+ fun:exit
444
+ obj:*libdyld*dylib*
445
+}
446
+
447
{
448
OSX1010:libsystem_kernel-1
449
Memcheck:Cond
0 commit comments