Hmm, a little bit strange, because t_unref() has safety checks at the beginning:

int t_unref( struct sip_msg* p_msg  )
{
	enum kill_reason kr;

	if (T==T_UNDEFINED || T==T_NULL_CELL)
		return -1;
...

T being a local global cannot be overwritten by another process...


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3156/1181698261@github.com>