URL: https://github.com/SSSD/sssd/pull/888
Author: pbrezina
 Title: #888: 1.16: ci: add Debian suppresion path
Action: opened

PR body:
"""
`sss_encrypt` of 1.16 takes a little different path and it need to be
suppressed as well.

{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
   fun:RAND_DRBG_generate
   fun:RAND_DRBG_bytes
   fun:sss_encrypt
   fun:test_sss_encrypt_decrypt
   fun:tcase_run_tfun_nofork.isra.9
   fun:srunner_run
   fun:main
}
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/888/head:pr888
git checkout pr888
From 6ae36bfe8bdd7fe41ac8386259ffcbfc2ce23b86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Thu, 19 Sep 2019 15:11:42 +0200
Subject: [PATCH] ci: add Debian suppresion path

{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
   fun:RAND_DRBG_generate
   fun:RAND_DRBG_bytes
   fun:sss_encrypt
   fun:test_sss_encrypt_decrypt
   fun:tcase_run_tfun_nofork.isra.9
   fun:srunner_run
   fun:main
}
---
 contrib/ci/sssd.debian.supp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/contrib/ci/sssd.debian.supp b/contrib/ci/sssd.debian.supp
index 21932e6f50..16551af8a8 100644
--- a/contrib/ci/sssd.debian.supp
+++ b/contrib/ci/sssd.debian.supp
@@ -44,3 +44,13 @@
    fun:test_sss_encrypt_decrypt
    ...
 }
+
+{
+   debian-openssl-issue
+   Memcheck:Cond
+   ...
+   fun:RAND_DRBG_generate
+   fun:RAND_DRBG_bytes
+   fun:sss_encrypt
+   ...
+}
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to