* @param[in] log_prefix What to prefix log messages with.
* @param[in] uctx User context passed to trunk_alloc.
*/
+CC_NO_UBSAN(function) /* UBSAN: false positive - public vs private connection_t trips --fsanitize=function*/
static connection_t *ldap_trunk_connection_alloc(trunk_connection_t *tconn, fr_event_list_t *el,
UNUSED connection_conf_t const *conn_conf,
char const *log_prefix, void *uctx)
return CONNECTION_STATE_INIT;
}
+CC_NO_UBSAN(function) /* UBSAN: false positive - public vs private connection_t trips --fsanitize=function*/
static connection_t *thread_conn_alloc(trunk_connection_t *tconn, fr_event_list_t *el,
connection_conf_t const *conf,
char const *log_prefix, void *uctx)
talloc_free(h);
}
-
+CC_NO_UBSAN(function) /* UBSAN: false positive - public vs private connection_t trips --fsanitize=function*/
static connection_t *thread_conn_alloc(trunk_connection_t *tconn, fr_event_list_t *el,
connection_conf_t const *conf,
char const *log_prefix, void *uctx)