vgottardi2

Results 6 comments of vgottardi2

Thanks Doug for the tip about valgrind ???. I also discovered that valgrind 3.14 supports "--keep-debuginfo=yes" for the same purpose. My output was from Ubuntu 18. I'll see if I...

libp11 is latest from master openssl is 1.1.1g

On my board, this what I have in my openssl.cnf file. It's definitely the right version of libp11. The line numbers from the trace perfectly match the source ``` openssl_conf...

The Yocto recipe installs it in /usr/lib/engines-1.1/pkcs11.so. The first trace is from my Ubuntu 18.04. The second trace is form my Yocto build. Sorry for the confusion. Thanks a lot...

Full steps to reproduce in Ubuntu 20.04 Start a throw-away install of Ubuntu. I use https://multipass.run/. Same results with Ubuntu Desktop ``` multipass launch --name test-p11 multipass shell test-p11 ```...

@dengert, yes, #359 fixes the issue. Thank you! @mtrojnar, I'm using Linux. You're right, these leaks would not be such a huge issue since the typical application only initializes the...