From: Paul Floyd Date: Mon, 20 Nov 2023 12:19:08 +0000 (+0100) Subject: Darwin: add suppressions for a couple of crypto functions X-Git-Tag: VALGRIND_3_23_0~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2fdf3a12d9386eb7ae2f0460851b5d21838698;p=thirdparty%2Fvalgrind.git Darwin: add suppressions for a couple of crypto functions --- diff --git a/darwin17.supp b/darwin17.supp index 5e9f3c0960..76ef05f6ac 100644 --- a/darwin17.supp +++ b/darwin17.supp @@ -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 +}