[gnutls-devel] GnuTLS | tpm2: dynamically load libtss2-esys as needed (!1544)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Wed Feb 23 22:16:43 CET 2022
Richard W_M_ Jones commented:
Yes, I can confirm that this patch fixes the problem perfectly.
If you want to test it yourself, you'll need VDDK 7 (from VMware) and nbdkit (from RHEL 9) and then you can do:
```
$ qemu-img create -f vmdk test.vmdk 1G
$ nbdkit -fv vddk libdir=/path/to/vddk-7.0.3/vmware-vix-disklib-distrib/ test.vddk
```
^^ will crash. Then do:
```
$ LD_LIBRARY_PATH=$PWD/lib/.libs nbdkit -fv vddk libdir=/home/rjones/tmp/vddk-7.0.3/vmware-vix-disklib-distrib/ test.vddk
```
and nbdkit should start up fine (listening on port 10809).
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1544#note_853200336
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20220223/2be9599f/attachment.html>
More information about the Gnutls-devel
mailing list