Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dtls: Fix crash when connection fails
``` [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Failed to SSL_connect: error:00000000:lib(0)::reason(0) Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7a78911 in BIO_free () from /lib64/libcrypto.so.3 Missing debuginfo, try: dnf debuginfo-install libcap-2.69-8.fc41.x86_64 Missing debuginfo, try: dnf debuginfo-install openssl-libs-3.2.1-6.fc41.x86_64 Missing debuginfo, try: dnf debuginfo-install systemd-libs-256~rc2-1.fc41.x86_64 Missing debuginfo, try: dnf debuginfo-install glibc-2.39.9000-18.fc41.x86_64 Missing debuginfo, try: dnf debuginfo-install zlib-ng-compat-2.1.6-3.fc41.x86_64 Missing debuginfo, try: dnf debuginfo-install libgcc-14.1.1-1.fc41.x86_64 (gdb) bt ```
- Loading branch information