]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin: add suppressions for a couple of crypto functions
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 20 Nov 2023 12:19:08 +0000 (13:19 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 20 Nov 2023 12:19:08 +0000 (13:19 +0100)
darwin17.supp

index 5e9f3c096063c5e15b6a7b267f62498c7bd07ed7..76ef05f6acdadff43668beb4314b0bf2ddd43503 100644 (file)
@@ -813,3 +813,15 @@ fun:pthread_rwlock_init
    fun:_pthread_start
    fun:thread_start
 }
+
+{
+   OSX1013:vng_aes_encrypt_opt
+   Memcheck:Value8
+   fun:vng_aes_encrypt_opt
+}
+
+{
+   OSX1013:ccaes_vng_ctr_crypt
+   Memcheck:Cond
+   fun:ccaes_vng_ctr_crypt
+}