richfelker left a comment (kamailio/kamailio#4534)
> Here is called `pthread_getspecific`
> https://github.com/kamailio/kamailio/blob/6.0.4/src/modules/tls/tls_mod.c#L406
OK, this code is very clearly invalid. You cannot iterate over integer values
and attempt to use them as keys. The only values you can use as keys are ones
previously returned by `pthread_key_create`. I'm not sure what it's trying to
do, but it's wrong.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4534#issuecomment-3678392231
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4534/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!