[openssl/openssl] c6f264: test: add precise Valgrind provider init suppression
"'Mounir IDRASSI' via openssl-commits" <[email protected]> Wed, 29 Jul 2026 09:59:35 -0700
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: c6f264b8c4b174a5cb90e194dd653941b903b22e
https://github.com/openssl/openssl/commit/c6f264b8c4b174a5cb90e194dd653941b903b22e
Author: Mounir IDRASSI <[email protected]>
Date: 2026-07-29 (Wed, 29 Jul 2026)
Changed paths:
M util/valgrind.suppression
Log Message:
-----------
test: add precise Valgrind provider init suppression
The internal provider test can retain provider-init allocations
when the Valgrind suppression workflow intentionally skips OPENSSL_cleanup().
Its stack calls OSSL_provider_init directly from provider_activate, without
the provider_init frame covered by the existing suppression.
Add a second exact suppression for that stack shape instead of broadening the
existing block with an ellipsis.
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
MergeDate: Wed Jul 29 16:58:17 2026
(Merged from https://github.com/openssl/openssl/pull/32094)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/141499-c6f264%40github.com.