- Timestamp:
- Feb 1, 2020, 10:49:35 AM (12 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 221e6b9
- Parents:
- 931da2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/suppressions.valgrind
r931da2d r451ca3e 71 71 } 72 72 73 # For some reason there's a leak from dlopen called by 74 # p11_kit_module_load in the child processes. 75 { 76 p11_kit_module_load 77 Memcheck:Leak 78 match-leak-kinds: definite 79 fun:malloc 80 ... 81 fun:dlopen@* 82 obj:/usr/lib/*/libp11-kit.so.* 83 fun:p11_kit_module_load 84 } 85 73 86 # Whatever OpenSSL does to initialize its DRBG, this happens when 74 87 # using SoftHSM.
Note: See TracChangeset
for help on using the changeset viewer.