not crash in doq connection delete later. Thanks to Qifan
Zhang, Palo Alto Networks, for the report.
partial RRset, and logs an error on failure, and cleans
up the dname allocation. Thanks to Qifan Zhang, Palo Alto
Networks, for the report.
+ - Fix that malloc failure in doq connection setup, does
+ not crash in doq connection delete later. Thanks to Qifan
+ Zhang, Palo Alto Networks, for the report.
16 June 2026: Wouter
- Fix to disallow $INCLUDE for secondary zones. Start up
lock_rw_unlock(&conn->table->conid_lock);
/* Remove the app data from ngtcp2 before SSL_free of conn->ssl,
* because the ngtcp2 conn is deleted. */
- SSL_set_app_data(conn->ssl, NULL);
+ if(conn->ssl)
+ SSL_set_app_data(conn->ssl, NULL);
if(conn->stream_tree.count != 0) {
traverse_postorder(&conn->stream_tree, stream_tree_del, table);
}