On Sat, 2 Nov 2024, Charalampos Mitrodimas via curl-library wrote:

In my journey to send emails in a multi-threaded C program, I
encountered a use-of-uninitialized-value memory issue. MemorySanitizer
detects use of uninitialized memory during the SSL initialization phase.

            #0 0x7f8423d11a12 in BIO_new_file 
(/lib/x86_64-linux-gnu/libcrypto.so.3+0x111a12) (BuildId: 
72c05a16f686d285265b1e1a135706b21e0fdf98)

This problem seems to trigger pretty deep into OpenSSL so I don't believe this is a curl problem.

What curl and OpenSSL versions are you using?

--

 / daniel.haxx.se
 | Commercial curl support up to 24x7 is available!
 | Private help, bug fixes, support, ports, new features
 | https://curl.se/support.html
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to