Code

strings utilities: Add helper functions for common string operations.
[sysdb.git] / t / valgrind.suppress
index 7d624227572499309a23a21b0930a27a2c9ee4c1..f821843689d269d5eb34d931dd87300df8901510 100644 (file)
@@ -1,20 +1,22 @@
 {
    <insert_a_suppression_name_here>
    Memcheck:Cond
+   ...
    fun:gcov_exit*
    fun:__run_exit_handlers
    fun:exit
-   fun:srunner_run_all
+   fun:srunner_run*
    fun:main
 }
 {
    <insert_a_suppression_name_here>
-   Memcheck:Cond
-   fun:gcov_exit*
+   Memcheck:Free
+   fun:free
+   fun:__libc_freeres
+   fun:_vgnU_freeres
    fun:__run_exit_handlers
    fun:exit
-   fun:srunner_run
-   fun:main
+   ...
 }
 {
    <insert_a_suppression_name_here>
    fun:__nss_database_lookup
    ...
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   ...
+   fun:dl_open_worker
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Value8
+   obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Value8
+   obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   obj:/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:ASN1_item_ex_d2i
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Param
+   write(buf)
+   ...
+   fun:BIO_write
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:BN_mod_mul
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:BN_mul
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:BN_div
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:BN_add
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:BN_sub
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:BN_mod_exp_mont_consttime
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:BN_mod_exp_mont
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   fun:memset
+   fun:BUF_MEM_grow_clean
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:RSA_sign
+   ...
+   fun:EVP_SignFinal
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Value8
+   ...
+   fun:RSA_sign
+   ...
+   fun:EVP_SignFinal
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:RSA_padding_check_PKCS1_type_2
+   ...
+}