Hmm, a little bit strange, because t_unref() has safety checks at the beginning:
```c
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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3156#issuecomment-1181698261
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3156/1181698261(a)github.com>