Robuta

https://github.com/curl/curl/pull/18988 ldap: avoid null ptr deref on failure by bagder · Pull Request #18988 · curl/curl · GitHub ldap_get_dn() can return NULL on error Reported-by: Joshua Rogers avoid nullldapptrdereffailure https://github.com/curl/curl/pull/19459 wolfssl: avoid NULL dereference in OOM situation by bagder · Pull Request #19459 · curl/curl ·... Verify that wolfSSL_BIO_meth_new() actually works and handle situations where it returns NULL. Reported-by: Stanislav Fort (Aisle Research) avoid nullwolfssldereference